plot_system_graphviz should use ipython display with svg instead of matplotlib png in jupyter #16313
Labels
component: jupyter
Topics relevant only when running inside a Python notebook
priority: backlog
type: feature request
I've made this change in my course notes... it outputs and renders an svg instead of a grainy downsampled bitmap in matplotlib.
The diagram in dynamical_systems_tutorial is currently embarrasingly bad.
It would require adding
pydot
as a python requirement.this may become obsolete if we fix #13874
The text was updated successfully, but these errors were encountered: