You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getdist.styles modules for consistently changing styles of plots and easily using default matplotlib colors. See plots.set_active_style. Styles included are "default", "tab10" (default matplotlib 2 colors) and "planck" (more complicated example).
BoundedMaxNLocator for determining tick locations dynamically accounting for label lengths to avoid overlaps.
Parameters axis_tick_step_groups, axis_tick_powerlimits available in settings
Latest matplotlib compatibility (now requires 2.2+, with 3.1+ recommended). Internal changes to use gridspec and other more modern features
Saving/loading of labels and sampler sample properties
Cache files now in temp/cache directory by default (avoids issues with file write access at chain file location)
Subplot layout improved; option to use constrained_layout
plot_1d, plot_2d and plot_3d now automatically call finish_plot() when there is only one set of axes [which calls tight_layout as needed to make everything fit in the requested size)
Options to control font size scaling, which is now applied dynamically if scaling=True (see settings)