forked from yt-project/yt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport PR yt-project#4475: ENH: avoid implicitly dropping default p…
…arameters in plot annotation methods
- Loading branch information
1 parent
cd52a5a
commit ddc1529
Showing
2 changed files
with
80 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
# these imports are very expensive so we delay them to until they are requested | ||
|
||
import matplotlib | ||
from matplotlib.backend_bases import FigureCanvasBase | ||
from matplotlib.backends.backend_agg import FigureCanvasAgg | ||
from matplotlib.backends.backend_pdf import FigureCanvasPdf | ||
from matplotlib.backends.backend_ps import FigureCanvasPS | ||
from matplotlib.backends.backend_svg import FigureCanvasSVG | ||
|
||
matplotlib.rc("contour", negative_linestyle="solid") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters