Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit6f4bb05

Browse files
committed
DOC: move usage tutorial info to Users guide rst [skip actions] [skip azp] [skip appveyor]
1 parent29fe981 commit6f4bb05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎lib/matplotlib/artist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def stale(self, val):
300300
ifvalandself.stale_callbackisnotNone:
301301
self.stale_callback(self,val)
302302

303-
defget_window_extent(self):
303+
defget_window_extent(self,renderer):
304304
"""
305305
Get the axes bounding box in display space.
306306

‎lib/matplotlib/collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def get_datalim(self, transData):
303303
returnbbox
304304
returntransforms.Bbox.null()
305305

306-
defget_window_extent(self):
306+
defget_window_extent(self,renderer):
307307
# TODO: check to ensure that this does not fail for
308308
# cases other than scatter plot legend
309309
returnself.get_datalim(transforms.IdentityTransform())

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp