fortplot_spec_config_defaults Module

Built-in style presets for MPL and Vega-Lite rendering modes.



Functions

public pure function mpl_default_config(dpi) result(cfg)

Return config_t matching matplotlib visual defaults.

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: dpi

Return Value type(config_t)

public pure function vegalite_default_config(dpi) result(cfg)

Return config_t matching Vega-Lite visual defaults.

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: dpi

Return Value type(config_t)