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
scanpy.set_figure_parms detects whether we're in an IPython session (or at least tries to #1841), and sets the default output format. The way it sets the format is deprecated, as it looks like the matplotlib_inline backend has moved to a separate package.
Found while investigating #1477.
scanpy.set_figure_parms
detects whether we're in an IPython session (or at least tries to #1841), and sets the default output format. The way it sets the format is deprecated, as it looks like thematplotlib_inline
backend has moved to a separate package.The new way to call this is:
It may take some investigation to figure out how to do this in a backwards compatible way.
I would also note the current backend format that we are using (
"png2x"
) is undocumented. It is equivalent to the documented format"retina"
.The text was updated successfully, but these errors were encountered: