Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 18ffa3e

Browse filesBrowse files
authored
Merge pull request #6823 from jenshnielsen/docsdpi
MNT: change default dpi in docs to 100dpi
2 parents 64756ee + 8e04efa commit 18ffa3e
Copy full SHA for 18ffa3e

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ script:
141141
gdb -return-child-result -batch -ex r -ex bt --args python tests.py -s --processes=$NPROC --process-timeout=300 $TEST_ARGS
142142
else
143143
cd doc
144-
python make.py html --small
144+
python make.py html
145145
# We don't build the LaTeX docs here, so linkchecker will complain
146146
touch build/html/Matplotlib.pdf
147147
linkchecker build/html/index.html

‎doc/conf.py

Copy file name to clipboardExpand all lines: doc/conf.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
# Plot directive configuration
116116
# ----------------------------
117117

118-
plot_formats = [('png', 80), ('hires.png', 200), ('pdf', 50)]
118+
plot_formats = [('png', 100), ('pdf', 100)]
119119

120120
# Subdirectories in 'examples/' directory of package and titles for gallery
121121
mpl_example_sections = [

‎doc/make.py

Copy file name to clipboardExpand all lines: doc/make.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def html(buildername='html'):
4747
copy_if_out_of_date(rc, '_static/matplotlibrc')
4848

4949
if small_docs:
50-
options = "-D plot_formats=png:80"
50+
options = "-D plot_formats=png:100"
5151
else:
5252
options = ''
5353
if warnings_as_errors:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.