Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b20ed6e

Browse files
committed
Update plot_directive to support the features Fernando requested. A little bit of refactoring to simplify it -- though hackish problems warrant hackish solutions sometimes ;)
svn path=/trunk/matplotlib/; revision=7766
1 parent 03a3b8e commit b20ed6e

2 files changed

Lines changed: 178 additions & 105 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
# Plot directive configuration
8181
# ----------------------------
8282

83-
plot_formats = ['png', 'hires.png', 'pdf']
83+
plot_formats = [('png', 80), ('hires.png', 200), ('pdf', 50)]
8484

8585
# Options for HTML output
8686
# -----------------------

0 commit comments

Comments
 (0)