Clean up output of plotting directive:

- Do not generate PDFs.
 - Do not copy image to plots dir (Sphinx copies to _images already).
This commit is contained in:
Stefan van der Walt
2009-10-14 08:51:25 +02:00
parent 80a366761c
commit a47a60f8ae
2 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ import matplotlib.pyplot as plt
np.random.seed(0)
"""
plot_include_source = False
plot_formats = [('png', 100), 'pdf']
plot_formats = [('png', 100)]
import math
phi = (math.sqrt(5) + 1)/2