Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ddc4957

Browse filesBrowse files
committed
run codegen
1 parent 2c3fd9b commit ddc4957
Copy full SHA for ddc4957

File tree

Expand file treeCollapse file tree

30 files changed

+4857
-1780
lines changed
Filter options
Expand file treeCollapse file tree

30 files changed

+4857
-1780
lines changed

‎packages/javascript/plotlywidget/package-lock.json

Copy file name to clipboardExpand all lines: packages/javascript/plotlywidget/package-lock.json
+1,630-1,581Lines changed: 1630 additions & 1581 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/javascript/plotlywidget/package.json

Copy file name to clipboardExpand all lines: packages/javascript/plotlywidget/package.json
+1-1Lines changed: 1 addition & 1 deletion
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
},

‎packages/python/plotly/codegen/resources/plot-schema.json

Copy file name to clipboardExpand all lines: packages/python/plotly/codegen/resources/plot-schema.json
+467-9Lines changed: 467 additions & 9 deletions
Large diffs are not rendered by default.

‎packages/python/plotly/plotly/express/__init__.py

Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/express/__init__.py
+3Lines changed: 3 additions & 0 deletions
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
]

‎packages/python/plotly/plotly/graph_objects.py

Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/graph_objects.py
+2Lines changed: 2 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.