Skip to content

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

@zkn365

Description

@zkn365

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()}
"""

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions