VR3 has a basic but useful plotting capability that uses pyplot behind the scenes. Basically if your node contains 1 or 2-column data, VR3's plotting function will ignore any non-numeric lines and plot the data with a 2D line plot. These plots can be made from VR3's *Other Actions* menu. Here is an example node to try it out (all ini-style configuration sections are optional):
[style] stylename = xkcd [labels] title = Test Graph xaxis = The X axis yaxis = The Y Axis # [source] # file = temp\testdata.txt 1 1 2 4 3 9 # a comment about this point 4 16 On Tuesday, December 17, 2024 at 4:20:51 PM UTC-5 Edward K. Ream wrote: > On Tue, Dec 17, 2024 at 1:06 PM Thomas Passin <[email protected]> wrote: > > pyplot can be fun. >> > > It's addictive! > > I also recommend you develop a set of styles you like and save them to a >> style file in a known place. >> > > Thanks for the advice! I'll look into it. > > >> You might want to check out plotnine, too, for plotting your datasets. >> You install it with pip. >> > > Will do. > > Another fun little goodie is the attached outline. It contains a command >> that plots in a new tab in the log frame. >> > > Excellent. The full power of python is on display. > > Many thanks for your guidance. > > Edward > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/leo-editor/0235c38a-9ee4-4f54-9419-a9c6f380ac77n%40googlegroups.com.
