FEA-Bench / testbed /matplotlib__matplotlib /lib /matplotlib /tests /tinypages /nestedpage2 /index.rst
| ##################### | |
| 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') | |