FabriceSalvaire / Pyterate

Pyterate is Sphinx add-ons to generate documentation for Python projects
https://fabricesalvaire.github.io/Pyterate/
GNU General Public License v3.0
6 stars 0 forks source link

Fix matplolib plot in notebook #35

Open FabriceSalvaire opened 4 years ago

FabriceSalvaire commented 4 years ago

see https://nbviewer.jupyter.org/urls/pyspice.fabrice-salvaire.fr/releases/v1.4/_downloads/f03d1baf9e0cfc62ad671f6968d5fa8f/transistor.ipynb

figure, ((ax1, ax2), (ax3, ax4)) = plt.subplots(2, 2, figsize=(20, 10))
plt.show()