thebeat icon indicating copy to clipboard operation
thebeat copied to clipboard

Add info about running plt.show()

Open Jellevanderwerff opened this issue 1 year ago • 0 comments

Our plotting functions call fig.show(), but not plt.show(). If running in interactive mode, in a notebook etc., the plot will show. If not, plt.show() must be called.

We need to mention this in the documentation:

  • In the usage examples
  • In the docstrings
  • In the docstrings examples

Jellevanderwerff avatar Jul 15 '23 14:07 Jellevanderwerff