Standardmäßig werden jupyter Notebook-Inline-Plots als PNG angezeigt, z. B .:
%Vor%Wie können Sie jupyter Notebooks so konfigurieren, dass matplotlib Inline-Plots als svg angezeigt werden?
%config InlineBackend.figure_format = 'svg'
macht den Trick. Ein minimales Beispiel ist:
Tags und Links svg matplotlib jupyter-notebook