File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ def _repr_png_(self):
119
119
return imgbuffer .getvalue ()
120
120
121
121
def _mpl_fallback_png (self ):
122
- from pypop .matplotlib .mplplotbase import MPLPlotBase
122
+ from pypop .mplplotting .mplplotbase import MPLPlotBase
123
123
124
124
if isinstance (self ._mpl_fallback , MPLPlotBase ):
125
125
return self ._mpl_fallback ._repr_png_ ()
@@ -159,7 +159,7 @@ def __init__(
159
159
160
160
# Create matplotlib fallback object. This is lightweight unless used for e.g png
161
161
# generation
162
- from pypop .matplotlib import MPLMetricTable
162
+ from pypop .mplplotting import MPLMetricTable
163
163
164
164
self ._mpl_fallback = MPLMetricTable (
165
165
metrics ,
@@ -472,7 +472,7 @@ def __init__(
472
472
473
473
# Create matplotlib fallback object. This is lightweight unless used for e.g png
474
474
# generation
475
- from pypop .matplotlib import MPLScalingPlot
475
+ from pypop .mplplotting import MPLScalingPlot
476
476
477
477
self ._mpl_fallback = MPLScalingPlot (
478
478
metrics ,
You can’t perform that action at this time.
0 commit comments