mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-23 13:10:18 +08:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user