plotnine.options.figure_format

figure_format : Optional[FigureFormat] = None

The format for the inline figures outputed by the jupyter kernel.

If None, it is the value of

%config InlineBackend.figure_format

If that has not been set, the default is “retina”. You can set it explicitly with:

%config InlineBackend.figure_format = "retina"