Skip to content

Commit b2151ef

Browse files
committed
run codegen
1 parent f083bea commit b2151ef

File tree

30 files changed

+4857
-1780
lines changed

30 files changed

+4857
-1780
lines changed

Diff for: packages/javascript/plotlywidget/package-lock.json

+1,630-1,581
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/javascript/plotlywidget/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"typescript": "~3.1.1"
3636
},
3737
"dependencies": {
38-
"plotly.js": "^1.50.1",
38+
"plotly.js": "^1.51.0",
3939
"@jupyter-widgets/base": "^2.0.0",
4040
"lodash": "^4.17.4"
4141
},

Diff for: packages/python/plotly/codegen/resources/plot-schema.json

+467-9
Large diffs are not rendered by default.

Diff for: packages/python/plotly/plotly/express/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
density_heatmap,
4242
)
4343

44+
from ._imshow import imshow
45+
4446
from ._core import ( # noqa: F401
4547
set_mapbox_access_token,
4648
defaults,
@@ -79,4 +81,5 @@
7981
"colors",
8082
"set_mapbox_access_token",
8183
"get_trendline_results",
84+
"imshow",
8285
]

Diff for: packages/python/plotly/plotly/graph_objects.py

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"Histogram2d",
3636
"Histogram2dContour",
3737
"Histogram2dcontour",
38+
"Image",
3839
"Indicator",
3940
"Isosurface",
4041
"Layout",
@@ -95,6 +96,7 @@
9596
"histogram",
9697
"histogram2d",
9798
"histogram2dcontour",
99+
"image",
98100
"indicator",
99101
"isosurface",
100102
"layout",

0 commit comments

Comments
 (0)