plotly v1.9.1 Release Notes

Release Date: 2015-11-26 // over 8 years ago
  • ➕ Added

    • The FigureFactory can now create annotated heatmaps with .create_annotated_heatmap. Check it out with: import plotly.tools as tls help(tls.FigureFactory.create_annotated_heatmap)
    • 🔨 The FigureFactory can now create tables with .create_table. import plotly.tools as tls help(tls.FigureFactory.create_table)