API Reference
Displaying an accessible and interactive plot with multimodal formats
Plots genereated by Matplotlib or Seaborn can be displayed in MAIDR format in default browser. Input plot object as an argument in maidr.show()
.
Maidr.show | Preview the HTML content using the specified renderer. |
Saving a maidr plot as an HTML file
Save a plot as an HTML file with maidr.save_html()
.
Maidr.save_html | Save the HTML representation of the figure with MAIDR to a file. |