Move plotting functionality out of Landscape to LandscapeSlicePlotter

This commit is contained in:
Pim Nelissen
2026-02-12 09:28:37 +01:00
parent 3f7395ed70
commit 6ceffb4361
3 changed files with 105 additions and 61 deletions

View File

@ -0,0 +1,7 @@
# do not expose internal logger when running mkinit
__ignore__ = ["logger"]
from pg_rad.plotting import landscape_plotter
from pg_rad.plotting.landscape_plotter import (LandscapeSlicePlotter,)
__all__ = ['LandscapeSlicePlotter', 'landscape_plotter']