We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
Home
Class information:
Input Files
Home Duke