Just to be clear, I'm talking about the python version of ggplot, which is installed and imported as *plotnine*.
On Tuesday, September 28, 2021 at 10:53:52 AM UTC-4 [email protected] wrote: > 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/39cd8eab-cd03-4cc7-ac34-06d582cb6c4bn%40googlegroups.com.
