Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Is there a plan to add Plotly as image backend like matplotlib in the example? #85

Open
zkn365 opened this issue Sep 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@zkn365
Copy link

zkn365 commented Sep 9, 2023

Thanks for providing such useful module in python. It helps a lot in my work.
I used a lot with Plotly in my visualization analysis. I propose to use Plotly with redmail.

Demo code in my script:
"""
import plotly.graph_objects as go
def gen_plot():
fig = go.Figure()
image_io = BytesIO()
fig.write_image(image_io, format="png", engine='kaleido')
return image_io.getvalue()
"""
"""
body_images={"myplot': gen_plot()}
"""

@zkn365 zkn365 added the enhancement New feature or request label Sep 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant