File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,7 @@ Installation
22
22
23
23
conda install matplotlib
24
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 `.
25
+ Further details are available in the :doc: `Installation Guide </users/installing >`.
28
26
29
27
Draw a first plot
30
28
-----------------
@@ -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
45
46
+ If a plot does not show up, we probably could not automatically find an appropriate backend;
47
+ please check :ref: `troubleshooting-faq `.
48
48
49
49
Where to go next
50
50
----------------
You can’t perform that action at this time.
0 commit comments