diff --git a/doc/_static/mpl.css b/doc/_static/mpl.css index c6b8b5327e60..bd174f670d49 100644 --- a/doc/_static/mpl.css +++ b/doc/_static/mpl.css @@ -508,7 +508,7 @@ ul.keywordmatches li.goodmatch a { table.docutils { border-spacing: 2px; - border: collapse; + border-collapse: collapse; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; @@ -535,3 +535,34 @@ table.docutils th { table.docutils td { border-width: 1px 0 1px 0; } + +#matplotlib-examples ul li{ + font-size: large; +} + +#matplotlib-examples ul li ul{ + margin-bottom:20px; + overflow:hidden; + border-top:1px solid #ccc; +} + +#matplotlib-examples ul li ul li { + font-size: small; + line-height:1.75em; + display:inline; + float: left; + width: 22em; +} + +#overview ul li ul{ + margin-bottom:20px; + overflow:hidden; + border-top:1px solid #ccc; +} + +#overview ul li ul li { + display:inline; + float: left; + width: 30em; +} + diff --git a/doc/_templates/index.html b/doc/_templates/index.html index 1d88871b96f6..2768472bc8c8 100644 --- a/doc/_templates/index.html +++ b/doc/_templates/index.html @@ -1,34 +1,44 @@ {% extends "layout.html" %} {% set title = 'matplotlib: python plotting' %} +{% block extrahead %} + + + {{ super() }} +{% endblock %} {% block body %} -
- ![]() |
-
- - On August 28 2012, John D. Hunter, the creator of matplotlib, died - from complications arising from cancer treatment, after a brief but - intense battle with this terrible illness. John is survived by his - wife Miriam, his three daughters Rahel, Ava and Clara, his sisters - Layne and Mary, and his mother Sarah. - -- If you have benefited from John's many contributions, please say - thanks in the way that would matter most to him. Please consider - making a donation to - the John Hunter Memorial - Fund. - |
-
matplotlib is a python 2D plotting library which produces @@ -66,6 +76,32 @@
+ ![]() |
+
+ + On August 28 2012, John D. Hunter, the creator of matplotlib, died + from complications arising from cancer treatment, after a brief but + intense battle with this terrible illness. John is survived by his + wife Miriam, his three daughters Rahel, Ava and Clara, his sisters + Layne and Mary, and his mother Sarah. + ++ If you have benefited from John's many contributions, please say + thanks in the way that would matter most to him. Please consider + making a donation to + the John Hunter Memorial + Fund. + |
+
There are several matplotlib add-on toolkits, including the projection -and mapping toolkit -basemap, 3d plotting with mplot3d, axes and axis helpers in axes_grid and more. +
There are several matplotlib add-on toolkits, +including a choice of two projection and mapping toolkits basemap and +cartopy, +3d plotting with mplot3d, +axes and axis helpers in axes_grid and more.
- matplotlib is the brainchild of John Hunter (1968-2012), who has put an - inordinate amount of effort into producing a piece of software utilized by - thousands of scientists worldwide. + matplotlib is the brainchild of John Hunter (1968-2012), who, along with its many + contributors, have put an immeasurable amount of time and effort into producing a + piece of software utilized by thousands of scientists worldwide. If matplotlib contributes to a project that leads to a scientific publication, - please acknowledge this fact by citing the project. You can use this + please acknowledge this work by citing the project. You can use this ready-made citation entry.
Please -consider donating -to support matplotlib development or to -the John Hunter Memorial -Fund.
++Please consider donating +to support matplotlib development or to the John Hunter Memorial Fund. +
-The matplotlib license -is based on the Python Software Foundation -(PSF) license.
++The matplotlib license is based on the Python Software Foundation +(PSF) license. +
-There is an active developer community and a long list of people -who have made significant contributions.
++There is an active developer community and a long list of people +who have made significant contributions. +
@@ -178,6 +214,4 @@