File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ class in the matplotlib API, and the one you will be working with most
423
423
# In [263]: rect = matplotlib.patches.Rectangle( (1,1), width=5, height=12)
424
424
#
425
425
# # by default the axes instance is None
426
- # In [264]: print(rect.get_axes() )
426
+ # In [264]: print(rect.axes )
427
427
# None
428
428
#
429
429
# # and the transformation instance is set to the "identity transform"
@@ -435,7 +435,7 @@ class in the matplotlib API, and the one you will be working with most
435
435
#
436
436
# # and notice that the ax.add_patch method has set the axes
437
437
# # instance
438
- # In [267]: print(rect.get_axes() )
438
+ # In [267]: print(rect.axes )
439
439
# Axes(0.125,0.1;0.775x0.8)
440
440
#
441
441
# # and the transformation has been set too
You can’t perform that action at this time.
0 commit comments