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
What is best approach to run finplot in a headless environment (docker, for instance)? Since it will be a HTTP server, how could i dump the entire plot to a BytesIO object to serve it later in a request? Thanks.