move even more code to cephlib
diff --git a/wally/plot.py b/wally/plot.py
index 857a594..f809d19 100644
--- a/wally/plot.py
+++ b/wally/plot.py
@@ -3,16 +3,9 @@
import numpy
-# to make seaborn styles available
-import warnings
-with warnings.catch_warnings():
- warnings.simplefilter("ignore")
- import seaborn
-
from cephlib.units import unit_conversion_coef_f
from cephlib.plot import PlotParams, provide_plot
-from .report_profiles import StyleProfile
from .resources import IOSummary
@@ -143,7 +136,7 @@
# override some styles
pp.fig.set_size_inches(*pp.style.qd_chart_inches)
- pp.fig.subplots_adjust(right=StyleProfile.subplot_adjust_r)
+ pp.fig.subplots_adjust(right=pp.style.subplot_adjust_r)
if pp.style.extra_io_spine:
ax3.grid(False)