API Reference

Complete API documentation for pmpl.

Modules

Quick Reference

Style Context Managers

  • pmpl.style() - Apply styles temporarily using a context manager

  • pmpl.set_defaults() - Set global style defaults

Axis Formatters

  • pmpl.format_horizontal() - Format axes for horizontal plots

  • pmpl.format_vertical() - Format axes for vertical plots

  • pmpl.format_base() - Apply base formatting with customizable grid

Style Dictionaries

  • pmpl.BASE_STYLE - Base style configuration

  • pmpl.HORIZONTAL_STYLE - Style for horizontal plots

  • pmpl.VERTICAL_STYLE - Style for vertical plots