Skip to content

Commit 39fdfea

Browse files
LiamConnorsemilykl
andauthored
Update doc/python/px-arguments.md
Co-authored-by: Emily KL <[email protected]>
1 parent e00b553 commit 39fdfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/px-arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ fig.show()
233233

234234
### Passing dictionaries or array-likes as the data_frame argument
235235

236-
The column-based argument `data_frame` can also be passed with a `dict` or `array`. Using a dictionary can be a convenient way to pass column names used in axis titles, legend entries and hovers without creating a dataframe.
236+
The `data_frame` argument can also accept a `dict` or `array` in addition to DataFrame objects. Using a dictionary can be a convenient way to pass column names used in axis titles, legend entries and hovers without creating a dataframe.
237237

238238
```python
239239
import plotly.express as px

0 commit comments

Comments
 (0)