[Paraview] [EXT] RE: Python Annotations

Quentin d'Avout quentin at arrivo-loop.com
Tue Nov 28 20:23:14 EST 2017


Thank you Dennis.

All, I'm looking for which code (if any) is used for special characters,
superscripts, etc. to insert in annotations, graph legends, plots, etc.

Any ideas welcome.
Thanks
Quentin

On Fri, Nov 10, 2017 at 6:30 AM, Dennis Conklin <dennis_conklin at goodyear.com
> wrote:

> Quentin,
>
>
>
> Glad that helped.   I think any Cell, Point or Field variable is available
> if you select the corresponding Array Association.   I don’t know what
> special characters are allowed, maybe someone else can chime in here.
>
>
>
> Dennis
>
>
>
> *From:* Quentin d'Avout [mailto:quentin at arrivo-loop.com]
> *Sent:* Thursday, November 09, 2017 9:25 PM
> *To:* Dennis Conklin <dennis_conklin at goodyear.com>
> *Cc:* ParaView <paraview at paraview.org>
> *Subject:* [EXT] RE: [Paraview] Python Annotations
>
>
>
>  *WARNING - External email; exercise caution.*
>
>
>
> Thanks Dennis. That works great. Any chance there is a list of the useable
> variables?
>
>
>
> aAlso, Any good resource for special characters that we can insert in the
> string (e.g. infiniti sign)?
>
>
>
> Quentin
>
>
>
> *From:* ParaView [mailto:paraview-bounces at paraview.org] *On Behalf Of *Dennis
> Conklin
> *Sent:* Wednesday, November 8, 2017 10:23 AM
> *To:* Paraview (paraview at paraview.org) <paraview at paraview.org>
> *Subject:* Re: [Paraview] Python Annotations
>
>
>
> 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
>
>
>
> [image: cid:image001.png at 01D35985.135BEBB0]
>
>
>
> Dennis
>



-- 

Quentin d’Avout | Aerodynamics
[image: Arrivo Loop] <http://www.arrivo-loop.com/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20171128/b64d8958/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 4364 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/paraview/attachments/20171128/b64d8958/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 31028 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/paraview/attachments/20171128/b64d8958/attachment-0001.png>


More information about the ParaView mailing list