From 897a5947cfd7511d728ec4b2bc3931101d87cdd6 Mon Sep 17 00:00:00 2001 From: Emmanuelle Gouillart Date: Tue, 12 Nov 2019 09:05:22 -0500 Subject: [PATCH] Image/imshow added to apidoc --- apidoc/plotly.express.rst | 1 + apidoc/plotly.graph_objects.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/apidoc/plotly.express.rst b/apidoc/plotly.express.rst index 45bccb7d1..382ae7f68 100644 --- a/apidoc/plotly.express.rst +++ b/apidoc/plotly.express.rst @@ -39,6 +39,7 @@ plotly's high-level API for rapid figure generation. :: choropleth density_contour density_heatmap + imshow diff --git a/apidoc/plotly.graph_objects.rst b/apidoc/plotly.graph_objects.rst index 0286a863b..185dfd6fe 100644 --- a/apidoc/plotly.graph_objects.rst +++ b/apidoc/plotly.graph_objects.rst @@ -44,6 +44,7 @@ Simple charts Bar Pie Heatmap + Image Contour Table