diff --git a/doc/devel/MEP/MEP19.rst b/doc/devel/MEP/MEP19.rst index a39911102052..16e61469ea0d 100644 --- a/doc/devel/MEP/MEP19.rst +++ b/doc/devel/MEP/MEP19.rst @@ -122,7 +122,7 @@ This section outlines the requirements that we would like to have. #. Make it easy to test a large but sparse matrix of different versions of matplotlib's dependencies. The matplotlib user survey provides some good data as to where to focus our efforts: - https://docs.google.com/spreadsheet/ccc?key=0AjrPjlTMRTwTdHpQS25pcTZIRWdqX0pNckNSU01sMHc#gid=0 + https://docs.google.com/spreadsheet/ccc?key=0AjrPjlTMRTwTdHpQS25pcTZIRWdqX0pNckNSU01sMHc #. Nice to have: A decentralized design so that those with more obscure platforms can publish build results to a central dashboard. diff --git a/doc/devel/MEP/MEP29.rst b/doc/devel/MEP/MEP29.rst index e14babf94bdb..35e1c0feb440 100644 --- a/doc/devel/MEP/MEP29.rst +++ b/doc/devel/MEP/MEP29.rst @@ -32,7 +32,9 @@ one has to look at the gallery where one such example is provided: http://matplotlib.org/examples/text_labels_and_annotations/rainbow_text.html This example takes a list of strings as well as a list of colors which makes it -cumbersome to use. An alternative would be to use a restricted set of pango-like markup (see https://developer.gnome.org/pango/stable/PangoMarkupFormat.html) and to interpret this markup. +cumbersome to use. An alternative would be to use a restricted set of pango_-like markup and to interpret this markup. + +.. _pango: https://developer.gnome.org/pygtk/stable/pango-markup-language.html Some markup examples:: diff --git a/doc/users/prev_whats_new/changelog.rst b/doc/users/prev_whats_new/changelog.rst index 87281713cce6..219d037a1c20 100644 --- a/doc/users/prev_whats_new/changelog.rst +++ b/doc/users/prev_whats_new/changelog.rst @@ -1002,7 +1002,7 @@ the `API changes <../../api/api_changes.html>`_. 2009-07-19 Fixed the docstring of Axes.step to reflect the correct meaning of the kwargs "pre" and "post" - See SF bug - https://sourceforge.net/tracker/index.php?func=detail&aid=2823304&group_id=80706&atid=560720 + \https://sourceforge.net/tracker/index.php?func=detail&aid=2823304&group_id=80706&atid=560720 - JDH 2009-07-18 Fix support for hatches without color fills to pdf and svg @@ -1797,7 +1797,7 @@ the `API changes <../../api/api_changes.html>`_. 2008-06-10 Bar now applies the label only to the first patch only, and sets '_nolegend_' for the other patch labels. This lets autolegend work as expected for hist and bar - see - https://sourceforge.net/tracker/index.php?func=detail&aid=1986597&group_id=80706&atid=560720 + \https://sourceforge.net/tracker/index.php?func=detail&aid=1986597&group_id=80706&atid=560720 JDH 2008-06-10 Fix text baseline alignment bug. [ 1985420 ] Repair of @@ -1860,11 +1860,11 @@ the `API changes <../../api/api_changes.html>`_. 2008-05-28 Allow keyword args to configure widget properties as requested in - http://sourceforge.net/tracker/index.php?func=detail&aid=1866207&group_id=80706&atid=560722 + \http://sourceforge.net/tracker/index.php?func=detail&aid=1866207&group_id=80706&atid=560722 - JDH 2008-05-28 Replaced '-' with u'\u2212' for minus sign as requested in - http://sourceforge.net/tracker/index.php?func=detail&aid=1962574&group_id=80706&atid=560720 + \http://sourceforge.net/tracker/index.php?func=detail&aid=1962574&group_id=80706&atid=560720 2008-05-28 zero width/height Rectangles no longer influence the autoscaler. Useful for log histograms with empty bins - @@ -2555,11 +2555,11 @@ the `API changes <../../api/api_changes.html>`_. writable HOME/.matplotlib already exists - JDH 2007-06-27 Fixed locale bug reported at - http://sourceforge.net/tracker/index.php?func=detail&aid=1744154&group_id=80706&atid=560720 + \http://sourceforge.net/tracker/index.php?func=detail&aid=1744154&group_id=80706&atid=560720 by adding a cbook.unicode_safe function - JDH 2007-06-27 Applied Micheal's tk savefig bugfix described at - http://sourceforge.net/tracker/index.php?func=detail&aid=1716732&group_id=80706&atid=560720 + \http://sourceforge.net/tracker/index.php?func=detail&aid=1716732&group_id=80706&atid=560720 Thanks Michael! @@ -2954,7 +2954,7 @@ the `API changes <../../api/api_changes.html>`_. subplots_adjust - JDH 2006-10-31 Applied axes3d patch 1587359 - http://sourceforge.net/tracker/index.php?func=detail&aid=1587359&group_id=80706&atid=560722 + \http://sourceforge.net/tracker/index.php?func=detail&aid=1587359&group_id=80706&atid=560722 JDH ------------------------- @@ -4098,7 +4098,7 @@ the `API changes <../../api/api_changes.html>`_. 2005-05-27 Got win32 build system working again, using a more recent version of gtk and pygtk in the win32 build, gtk 2.6 from - http://www.gimp.org/~tml/gimp/win32/downloads.html (you + https://web.archive.org/web/20050527002647/https://www.gimp.org/~tml/gimp/win32/downloads.html (you will also need libpng12.dll to use these). I haven't tested whether this binary build of mpl for win32 will work with older gtk runtimes, so you may need to upgrade. diff --git a/examples/style_sheets/plot_solarizedlight2.py b/examples/style_sheets/plot_solarizedlight2.py index b1a30b6fe14b..c874a889a137 100644 --- a/examples/style_sheets/plot_solarizedlight2.py +++ b/examples/style_sheets/plot_solarizedlight2.py @@ -6,19 +6,20 @@ This shows an example of "Solarized_Light" styling, which tries to replicate the styles of: - - ``__ - - ``__ - - ``__ +- http://ethanschoonover.com/solarized +- https://github.com/jrnold/ggthemes +- http://www.pygal.org/en/stable/documentation/builtin_styles.html#light-solarized and work of: - - ``__ +- https://github.com/tonysyu/mpltools using all 8 accents of the color palette - starting with blue ToDo: - - Create alpha values for bar and stacked charts. .33 or .5 - - Apply Layout Rules + +- Create alpha values for bar and stacked charts. .33 or .5 +- Apply Layout Rules """ import matplotlib.pyplot as plt import numpy as np