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
Currently, svg output is disabled by default because it is really slow in IJulia, something I have tested for myself. However, displaying svgs in e.g. VSCode works well, and gives the user sharper plots as a result.
Could we switch the default in this package to display svg, and either have IJulia itself disable the svg output, or PyPlot detect that it is running within an IJulia kernel?
The text was updated successfully, but these errors were encountered:
Currently, svg output is disabled by default because it is really slow in IJulia, something I have tested for myself. However, displaying svgs in e.g. VSCode works well, and gives the user sharper plots as a result.
Could we switch the default in this package to display svg, and either have IJulia itself disable the svg output, or PyPlot detect that it is running within an IJulia kernel?
The text was updated successfully, but these errors were encountered: