File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -224,13 +224,13 @@ figure['layout'].update(key1=val1, key2=val2, key3=val3) # (option 3)
224
224
225
225
###style() has been deprecated
226
226
227
- All style parameters need to be declared within their resepctive objects.
227
+ All style parameters need to be declared within their respective objects.
228
228
That is, layout styles must be declared within the layout dictionary and data
229
229
object styles must be declared within their respective dictionaries.
230
230
231
231
###` plotly.stream ` is now ` plotly.plotly.Stream ` , core functionality remains.
232
232
233
- Aside from the class name being capitalized, the functionlity of the
233
+ Aside from the class name being capitalized, the functionality of the
234
234
streaming class has improved. Run help(plotly.plotly.Stream) for more
235
235
information.
236
236
You can’t perform that action at this time.
0 commit comments