Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 566b595

Browse filesBrowse files
authored
Merge pull request #9665 from roysmith/patch-1
DOC: Update agg_oo_sgskip.py
2 parents 4d09108 + 095cac9 commit 566b595
Copy full SHA for 566b595

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎examples/api/agg_oo_sgskip.py

Copy file name to clipboardExpand all lines: examples/api/agg_oo_sgskip.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
fig = Figure()
1313
# A canvas must be manually attached to the figure (pyplot would automatically
14-
# do it). This is done by instanciating the canvas with the figure as
14+
# do it). This is done by instantiating the canvas with the figure as
1515
# argument.
1616
FigureCanvas(fig)
1717
ax = fig.add_subplot(111)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.