DOC: move usage tutorial info to Users guide rst by jklymak · Pull Request #21335 · matplotlib/matplotlib · GitHub
Skip to content
250 changes: 250 additions & 0 deletions doc/users/backends.rst
4 changes: 2 additions & 2 deletions doc/users/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Installation

conda install matplotlib

Further details are available in the :doc:`Installation Guide </users/installing>`.

Further details are available in the :doc:`Installation Guide </users/installing>`.

Draw a first plot
-----------------
Expand All @@ -44,6 +43,7 @@ Here is a minimal example plot you can try out:
ax.plot(x, y)
plt.show()

If a plot does not show up please check :ref:`troubleshooting-faq`.

Where to go next
----------------
Expand Down
3 changes: 3 additions & 0 deletions doc/users/index.rst
Loading