8000 Update plotly js to 2.30.0 by LiamConnors · Pull Request #4542 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

Update plotly js to 2.30.0 #4542

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Mar 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused df
  • Loading branch information
LiamConnors committed Mar 11, 2024
commit b7f12dd5978dbcda067e8ac50a8bd5d585e49f81
5 changes: 0 additions & 5 deletions doc/python/legend.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,11 +546,6 @@ fig.update_layout(title="Try Clicking on the Legend Items!")
fig.show()
```

```python
df = data.iris()
df
```

#### Indent Legend Entries

*New in 5.20*
Expand Down
0