Viewrendered will display an @pyplot node in the rendering pane. The node must contain correct matplotlib.pyplot code for this to work. The rendering pane displays your graph complete with the interactive controls.
ggplot is a very nice plotting package that uses pyplot behind the scenes. It turns out that VR can display @pyplot nodes that contain ggplot code as well. If*gp *is the name of your figure, just end the code with gp.draw(return_ggplot=False, show=False) There is no need to save the figure. @pyplot doesn't work in VR3 as yet. That will be Coming Soon. -- 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 on the web visit https://groups.google.com/d/msgid/leo-editor/ed3fcdff-b574-4aa3-9ac2-9566532e7d85n%40googlegroups.com.
