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
I am hesitant to put this in the test suite as hard-coding any other ip address or interface name than 127.0.0.1 into the tests seems like it will be very brittle.
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug summary
Hardcoded URL in webagg backend is misleading and sometimes wrong
Code for reproduction
Actual outcome
Expected outcome
Hopefully something like
Matplotlib version
print(matplotlib.get_backend())
): WebAggBasically, it'd be nice to have control over what IP gets printed there, instead of hard coding localhost -- https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/backends/backend_webagg.py#L324 -- maybe add another key to rcParams? (and leave localhost as the default?)
The text was updated successfully, but these errors were encountered: