Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25375ad

Browse files
committed
DOC: move usage tutorial info to Users guide rst [skip actions] [skip azp] [skip appveyor]
1 parent 9d30685 commit 25375ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/users/getting_started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ Installation
2222
2323
conda install matplotlib
2424
25-
Further details are available in the :doc:`Installation Guide </users/installing>`. If a
26-
plot does not show up, we probably could not automatically find an appropriate backend; please
27-
check :ref:`troubleshooting-faq`.
25+
Further details are available in the :doc:`Installation Guide </users/installing>`.
2826

2927
Draw a first plot
3028
-----------------
@@ -45,6 +43,8 @@ Here is a minimal example plot you can try out:
4543
ax.plot(x, y)
4644
plt.show()
4745

46+
If a plot does not show up, we probably could not automatically find an appropriate backend;
47+
please check :ref:`troubleshooting-faq`.
4848

4949
Where to go next
5050
----------------

0 commit comments

Comments
 (0)