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
Just to record my pie-in-the-sky idea: if Orca had a mode where instead of returning an image, it returned a JSON object that contained _fullLayout, _fullData and some warning objects, then we could make it much easier for users to understand the defaulting logic and various other-wise opaque error messages. From Python this could be accessed via a new renderer as fig.show("full_json") or something?