Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 25375ad

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎doc/users/getting_started.rst

Copy file name to clipboardExpand all lines: doc/users/getting_started.rst
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.