Plot tests¶
In pyleecan, each plot test has to give the argument is_show_fig to False when plotting. That way, the popup of the plot won’t open when running the tests. Here is an example :
# Plot, check and save
machine.plot(is_show_fig=False)
To return to the beginning of this tutorial:¶
Here.