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 cf76721

Browse filesBrowse files
committed
merge master
2 parents 7968cff + 7181c4d commit cf76721
Copy full SHA for cf76721

File tree

Expand file treeCollapse file tree

3 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+5
-5
lines changed

‎LICENSE.txt

Copy file name to clipboardExpand all lines: LICENSE.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
The MIT License (MIT)
1+
MIT License
22

3-
Copyright (c) 2016-2024 Plotly, Inc
3+
Copyright (c) 2016-2024 Plotly Technologies Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

‎packages/python/chart-studio/chart_studio/tools.py

Copy file name to clipboardExpand all lines: packages/python/chart-studio/chart_studio/tools.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def _get_embed_url(file_owner_or_url, file_id=None):
287287
"The 'file_id' argument must be a non-negative number."
288288
)
289289

290-
if share_key is "":
290+
if share_key == "":
291291
return "{plotly_rest_url}/~{file_owner}/{file_id}.embed".format(
292292
plotly_rest_url=plotly_rest_url, file_owner=file_owner, file_id=file_id
293293
)

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

Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/express/_core.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ def process_args_into_dataframe(
12951295
raise ValueError(
12961296
"All arguments should have the same length. "
12971297
"The length of column argument `df[%s]` is %d, whereas the "
1298-
"length of previously-processed arguments %s is %d"
1298+
"length of previously-processed arguments %s is %d"
12991299
% (
13001300
field,
13011301
actual_len,
@@ -1338,7 +1338,7 @@ def process_args_into_dataframe(
13381338
raise ValueError(
13391339
"All arguments should have the same length. "
13401340
"The length of argument `%s` is %d, whereas the "
1341-
"length of previously-processed arguments %s is %d"
1341+
"length of previously-processed arguments %s is %d"
13421342
% (field, len_arg, str(list(df_output.keys())), length)
13431343
)
13441344

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.