[Paraview] Python Annotations

Dennis Conklin dennis_conklin at goodyear.com
Wed Nov 8 13:23:18 EST 2017


Quentin,

Try this:


  *   Example:  Plot Total Vertical force (REACTZ_901+REACTZ_902) in animation
     *   Form is "Label %g" %(expression)
        *   Label is:    "Vertical Force: %g"   where %g is format and will be replaced by value of expression
        *   Expression is:  %(REACTZ_901[t_index]+REACTZ_902[t_index])  where t_index is for current time only
        *   See next slide

[cid:image001.png at 01D35894.BAC3E200]

Dennis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20171108/a185c77e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 31028 bytes
Desc: image001.png
URL: <http://public.kitware.com/pipermail/paraview/attachments/20171108/a185c77e/attachment.png>


More information about the ParaView mailing list