Historical module paths#

The following module paths are retained as deprecation shims for downstream 0.x analysis scripts. They are forwarding-only compatibility paths and are not the canonical API. New code should use the root names documented in apis.rst.

Historical path

Replacement

gsplot.plot.*

gsplot.line, gsplot.scatter, and the gsplot.cmap_* family

gsplot.figure.*

gsplot.subplots, gsplot.inset, gsplot.inset_axes, and gsplot.savefig

gsplot.style.*

gsplot.style_axes, gsplot.set_theme, and explicit legend helpers

gsplot.config.*

gsplot.Config and gsplot.load_config

gsplot.data.*

gsplot.read or advanced gsplot.read_array

gsplot.color.*

gsplot.colors or advanced gsplot.sample_cmap

gsplot.path.*

pathlib.Path and explicit caller-owned paths

Each shim emits a DeprecationWarning when imported. The compatibility window is the 0.4.x and 1.x lines; removal requires a separate public Issue.

Legacy reference pages#

The existing page paths remain buildable so published documentation links do not disappear during the compatibility window: