-
Notifications
You must be signed in to change notification settings - Fork 11
Interactive mode
Klaas Padeken edited this page Sep 11, 2017
·
1 revision
To use the matplotlib browser to make some small modifications like changing the plotting range you have to replace the make_plot function
test.make_plot('bla_plt.pdf')
with the creation of the plot and the show funtion:
test.create_plot()
test.show_fig()
Then the browser should be opened for the plot that you are making.