Skip to content

Interactive mode

Klaas Padeken edited this page Sep 11, 2017 · 1 revision

Interactive mode

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.

Clone this wiki locally