File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ for it in the :ref:`users-guide-index`. And so on... I think you get the
615
615
idea.
616
616
617
617
Matplotlib is documented using the `sphinx
618
- <http://www.sphinx-doc.org/index.html > `_ extensions to restructured text
618
+ <http://www.sphinx-doc.org/en/stable/ > `_ extensions to restructured text
619
619
`(ReST) <http://docutils.sourceforge.net/rst.html >`_. sphinx is an
620
620
extensible python framework for documentation projects which generates
621
621
HTML and PDF, and is pretty easy to write; you can see the source for this
Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ plotnine
62
62
========
63
63
64
64
`plotnine <https://plotnine.readthedocs.io/en/stable/ >`_ implements a grammar
65
- of graphics, similar to R's `ggplot2 <http ://ggplot2.org/ >`_. The grammar allows
66
- users to compose plots by explicitly mapping data to the visual objects that
67
- make up the plot.
65
+ of graphics, similar to R's `ggplot2 <https ://ggplot2.tidyverse. org/ >`_.
66
+ The grammar allows users to compose plots by explicitly mapping data to the
67
+ visual objects that make up the plot.
68
68
69
69
.. image :: /_static/plotnine.png
70
70
Original file line number Diff line number Diff line change 180
180
# .. literalinclude:: ../../../matplotlibrc.template
181
181
#
182
182
#
183
- # .. _ggplot: http ://ggplot2.org/
183
+ # .. _ggplot: https ://ggplot2.tidyverse .org/
184
184
# .. _R: https://www.r-project.org/
185
185
# .. _provided by Matplotlib: https://github.com/matplotlib/matplotlib/tree/master/lib/matplotlib/mpl-data/stylelib
You can’t perform that action at this time.
0 commit comments