hc99's picture
Add files using upload-large-folder tool
714e7c4 verified
#####################
Nested page plots TWO
#####################
Plot 1 does not use context:
.. plot::
plt.plot(range(10))
plt.title('NESTED2 Plot 1')
a = 10
Plot 2 doesn't use context either; has length 6:
.. plot::
plt.plot(range(6))
plt.title('NESTED2 Plot 2')
.. plot::
plt.plot(range(6))
plt.title('NESTED2 PlotP 3')