Skip to content

Commit 6809ffc

Browse files
deploy: 10cfda0
1 parent 4b7215c commit 6809ffc

14 files changed

Lines changed: 8188 additions & 8015 deletions

File tree

api/index.html

Lines changed: 837 additions & 739 deletions
Large diffs are not rendered by default.

examples/combining/index.html

Lines changed: 807 additions & 807 deletions
Large diffs are not rendered by default.

examples/datasets/index.html

Lines changed: 919 additions & 919 deletions
Large diffs are not rendered by default.

examples/dimensions/dimensions.ipynb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"| line | x, color, line_dash, facet_col, facet_row, animation_frame |\n",
135135
"| scatter | x, color, symbol, facet_col, facet_row, animation_frame |\n",
136136
"| bar | x, color, facet_col, facet_row, animation_frame |\n",
137-
"| imshow | x, y, facet_col, facet_row, animation_frame |"
137+
"| imshow | y, x, facet_col, facet_row, animation_frame |"
138138
]
139139
},
140140
{
@@ -186,6 +186,16 @@
186186
"xpx(data_3d).line(x=\"year\", facet_col=\"metric\", facet_row=\"country\")"
187187
]
188188
},
189+
{
190+
"cell_type": "code",
191+
"execution_count": null,
192+
"metadata": {},
193+
"outputs": [],
194+
"source": [
195+
"# Heatmap grids: imshow supports facet_col and facet_row (requires plotly>=6.7)\n",
196+
"xpx(data_3d).imshow(facet_row=\"metric\")"
197+
]
198+
},
189199
{
190200
"cell_type": "markdown",
191201
"metadata": {},

examples/dimensions/index.html

Lines changed: 856 additions & 791 deletions
Large diffs are not rendered by default.

examples/fast_bar/index.html

Lines changed: 792 additions & 792 deletions
Large diffs are not rendered by default.

examples/figure/index.html

Lines changed: 784 additions & 784 deletions
Large diffs are not rendered by default.

examples/kwargs/index.html

Lines changed: 802 additions & 802 deletions
Large diffs are not rendered by default.

examples/manipulation/index.html

Lines changed: 800 additions & 800 deletions
Large diffs are not rendered by default.

examples/plot-types/index.html

Lines changed: 784 additions & 784 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)