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
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
2927Draw 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
4949Where to go next
5050----------------
You can’t perform that action at this time.
0 commit comments