8000 Remove dpi specification for inheritance diagrams · matplotlib/matplotlib@61c8157 · GitHub
[go: up one dir, main page]

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 61c8157

Browse files
committed
Remove dpi specification for inheritance diagrams
1 parent cdea73f commit 61c8157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ def js_tag_with_cache_busting(js):
700700
numpydoc_show_class_members = False
701701

702702
# We want to prevent any size limit, as we'll add scroll bars with CSS.
703-
inheritance_graph_attrs = dict(dpi=100, size='1000.0', splines='polyline')
703+
inheritance_graph_attrs = dict(size='1000.0', splines='polyline')
704704
# Also remove minimum node dimensions, and increase line size a bit.
705705
inheritance_node_attrs = dict(height=0.02, margin=0.055, penwidth=1,
706706
width=0.01)

0 commit comments

Comments
 (0)
0