Skip to content

Fixes minor typos in compatibility.md #1848

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 1 commit into from
Oct 26, 2019
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,13 @@ figure['layout'].update(key1=val1, key2=val2, key3=val3) # (option 3)

###style() has been deprecated

All style parameters need to be declared within their resepctive objects.
All style parameters need to be declared within their respective objects.
That is, layout styles must be declared within the layout dictionary and data
object styles must be declared within their respective dictionaries.

###`plotly.stream` is now `plotly.plotly.Stream`, core functionality remains.

Aside from the class name being capitalized, the functionlity of the
Aside from the class name being capitalized, the functionality of the
streaming class has improved. Run help(plotly.plotly.Stream) for more
information.

Expand Down