|
From: <md...@us...> - 2008-06-20 14:47:23
|
Revision: 5614
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5614&view=rev
Author: mdboom
Date: 2008-06-20 07:47:17 -0700 (Fri, 20 Jun 2008)
Log Message:
-----------
Reduce size of inheritance diagrams.
Modified Paths:
--------------
trunk/matplotlib/doc/sphinxext/inheritance_diagram.py
Modified: trunk/matplotlib/doc/sphinxext/inheritance_diagram.py
===================================================================
--- trunk/matplotlib/doc/sphinxext/inheritance_diagram.py 2008-06-20 14:35:21 UTC (rev 5613)
+++ trunk/matplotlib/doc/sphinxext/inheritance_diagram.py 2008-06-20 14:47:17 UTC (rev 5614)
@@ -157,7 +157,7 @@
# These are the default options for
default_graph_options = {
"rankdir": "LR",
- "size": '"11.0, 11.0"'
+ "size": '"8.0, 12.0"'
}
default_node_options = {
"shape": "box",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|