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 fdd9869 commit 5e3fcdbCopy full SHA for 5e3fcdb
doc/devel/style_guide.rst
@@ -171,7 +171,7 @@ Examples of Python code have comments before or on the same line.
171
Outputs
172
^^^^^^^
173
When generating visuals with Matplotlib using ``.py`` files in examples,
174
-display the visual with ``show()`` to provide display the visual.
+display the visual with `matplotlib.pyplot.show` to display the visual.
175
Keep the documentation clear of Python output lines.
176
177
+------------------------------------+------------------------------------+
0 commit comments