sysplot.apply_config#

apply_config(config=None, **overrides)[source]#

Apply sysplot styling globally via seaborn and Matplotlib rcParams.

You can either provide a full SysplotConfig instance or pass keyword overrides for individual fields.

Seaborn theme settings are applied first, then Matplotlib rcParams are updated so explicit sysplot values take precedence.

Parameters:
  • config (SysplotConfig | None) – Full configuration object to activate. If provided, overrides are ignored.

  • **overrides – Field-level updates for SysplotConfig when config is not provided. ref SysplotConfig keys

Note

With seaborn whitegrid, patch edge color may default to white. For visible annotation arrows, pass explicit arrow color, for example: arrowprops=dict(arrowstyle="-|>", color="black").

Examples using sysplot.apply_config#

Add Origin Example

Add Origin Example

Add Tick Line

Add Tick Line

Apply Config Example

Apply Config Example

Emphasize Coordinate Lines Example

Emphasize Coordinate Lines Example

Get Figure Size

Get Figure Size

Get Style Example

Get Style Example

Heaviside Step Function

Heaviside Step Function

Matplotlib Cycler

Matplotlib Cycler

Minimum Example

Minimum Example

Plot Angle Example

Plot Angle Example

Plot Bode

Plot Bode

Plot Filter Tolerance

Plot Filter Tolerance

Plot Nyquist

Plot Nyquist

Plot Poles and Zeros

Plot Poles and Zeros

Plot Stem

Plot Stem

Plot Unit Circle

Plot Unit Circle

Quick Start Example

Quick Start Example

Repeat Axis Ticks Example

Repeat Axis Ticks Example

Save Current Figure

Save Current Figure

Set Major Ticks

Set Major Ticks

Set Minor Log Ticks

Set Minor Log Ticks

X-Margin Example

X-Margin Example

Zorder Example

Zorder Example