API Reference ============= This page documents the plotfair API. All public classes, functions, and objects are documented with their docstrings. .. contents:: Modules :local: :depth: 1 plotfair -------- The main package exports commonly used objects and functions for convenience. .. automodule:: plotfair :members: :undoc-members: :show-inheritance: Colors ------ Color swatches, palettes, and colormap utilities. .. automodule:: plotfair.colors :members: :undoc-members: :show-inheritance: Colormaps --------- Colormap creation utilities for perceptual and sRGB gradients. .. automodule:: plotfair.colormaps :members: :undoc-members: :show-inheritance: Presets ------- Default matplotlib and seaborn plotting settings. .. automodule:: plotfair.presets :members: :undoc-members: :show-inheritance: Plotly Wrapper (plt_y) ---------------------- Matplotlib-like interface for Plotly. .. automodule:: plotfair.plt_y :members: :undoc-members: :show-inheritance: Interplot Presets ----------------- Presets and utilities for the interplot library. .. automodule:: plotfair.interplot_presets :members: :undoc-members: :show-inheritance: Apple Color Palette ------------------- macOS color palette generator. .. automodule:: plotfair.apple_clr_pallete :members: :undoc-members: :show-inheritance: