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 52aa998 commit b54535dCopy full SHA for b54535d
1 file changed
examples/user_interfaces/web_application_server_sgskip.py
@@ -25,6 +25,7 @@
25
26
app = Flask(__name__)
27
28
+
29
@app.route("/")
30
def hello():
31
# Generate the figure **without using pyplot**.
@@ -40,7 +41,8 @@ def hello():
40
41
42
# %%
43
# When using Matplotlib versions older than 3.1, it is necessary to explicitly
-# instantiate an Agg canvas; see e.g. :doc:`/gallery/user_interfaces/canvasagg`.
44
+# instantiate an Agg canvas;
45
+# see e.g. :doc:`/gallery/user_interfaces/canvasagg`.
46
#
47
# .. _howto-click-maps:
48
0 commit comments