8000 Increase fontsize in inheritance graphs · matplotlib/matplotlib@4a85c9d · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a85c9d

Browse files
committed
Increase fontsize in inheritance graphs
This closes #15109.
1 parent 74ed294 commit 4a85c9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ def _check_dependencies():
366366

367367
html4_writer = True
368368

369+
inheritance_node_attrs = dict(fontsize=16)
370+
36 4624 9371

370372
def setup(app):
371373
if any(st in version for st in ('post', 'alpha', 'beta')):

0 commit comments

Comments
 (0)
0