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

Commitdc45b51

Browse files
AASMA GUPTAAASMA GUPTA
AASMA GUPTA
authored and
AASMA GUPTA
committed
Fix SVG rendering error in _setup_plot_projector
1 parenta1caf12 commitdc45b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/matplotlib/widgets.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2172,7 +2172,7 @@ def update_background(self, event):
21722172
# `release` can call a draw event even when `ignore` is True.
21732173
ifnotself.useblit:
21742174
return
2175-
#Skip blitting if we are saving to disk or if the backend doesn’t support it
2175+
#skip blitting if we are saving to disk or if the backend doesn’t support it
21762176
ifgetattr(self.canvas,"_is_saving",False):
21772177
return
21782178
ifnothasattr(self.canvas,"copy_from_bbox"):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp