Closed
Description
Bug report
In the introductory tutorial, you can read " The subplot() command specifies numrows, numcols, fignum where fignum ranges from 1 to numrows*numcols".
I'm interpreting fignum as figure number, which is a wrong cause the third argument is plot_number, it's easily seen in the docs of subplot
To fix, just need replace here fignum to plot_number.