Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d30685 commit 25375adCopy full SHA for 25375ad
1 file changed
doc/users/getting_started.rst
@@ -22,9 +22,7 @@ Installation
22
23
conda install matplotlib
24
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`.
+Further details are available in the :doc:`Installation Guide </users/installing>`.
28
29
Draw a first plot
30
-----------------
@@ -45,6 +43,8 @@ Here is a minimal example plot you can try out:
45
43
ax.plot(x, y)
46
44
plt.show()
47
+If a plot does not show up, we probably could not automatically find an appropriate backend;
+please check :ref:`troubleshooting-faq`.
48
49
Where to go next
50
----------------
0 commit comments