Precisely. Thank you Allie! On Wed, Nov 29, 2017 at 7:09 AM, Allie Vacanti <[email protected]> wrote:
> Is this what you're looking for? > > https://blog.kitware.com/writing-equations-in-paraview-4-0-with-mathtext/ > > On Tue, Nov 28, 2017 at 8:23 PM, Quentin d'Avout <[email protected]> > wrote: > >> 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 < >> [email protected]> 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:[email protected]] >>> *Sent:* Thursday, November 09, 2017 9:25 PM >>> *To:* Dennis Conklin <[email protected]> >>> *Cc:* ParaView <[email protected]> >>> *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:[email protected]] *On Behalf Of >>> *Dennis >>> Conklin >>> *Sent:* Wednesday, November 8, 2017 10:23 AM >>> *To:* Paraview ([email protected]) <[email protected]> >>> *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:[email protected]] >>> >>> >>> >>> Dennis >>> >> >> >> >> -- >> >> Quentin d’Avout | Aerodynamics >> [image: Arrivo Loop] <http://www.arrivo-loop.com/> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> >> > -- Quentin d’Avout | Aerodynamics [image: Arrivo Loop] <http://www.arrivo-loop.com/>
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
