Open berceanu opened 10 years ago
Setting pygui(false)
before you do any plotting might do the trick (can't test that here because I have no Python installed).
And a couple of versions ago, this was standard behaviour - but since this functionality isn't very fleshed out yet, it's disabled for now.
pygui(false)
will make PyPlot display in the console. It's a little unfortunate, but PyPlot and Juno's respective models of display don't really mesh that well – PyPlot expects a stateful display whereas Juno can only display returned results.
it seems that simply evaluating fig
afterwards does the trick of inlining the resulting plot
I would like the following code to produce an inline figure inside LightTable, instead of a separate plot window:
Am I missing something or is this functionality not implemented?