Skip to content

It would be nice if the return_html option is present #54

@dlrudco

Description

@dlrudco

Currently, the plot functions only generate HTML and do not return any images. This behavior makes it difficult (if not impossible) to download plotted images, especially if the plot is generated from a NumPy array. However, since the HTML contains the base64-encoded image information (or the URI to the image), downloading the image can be done easily with the BeautifulSoup library if the return_html option is present.

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