Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Aug 18, 2024
1 parent 28ac596 commit d5167f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py-polars/polars/dataframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,8 @@ def plot(self) -> Plot:
`alt.Chart(df).mark_line().encode(**kwargs).interactive()`
- `df.plot.point(**kwargs)`
is shorthand for
`alt.Chart(df).mark_point().encode(**kwargs).interactive()` (and `plot.scatter` is
provided as an alias)
`alt.Chart(df).mark_point().encode(**kwargs).interactive()` (and
`plot.scatter` is provided as an alias)
- `df.plot.bar(**kwargs)`
is shorthand for
`alt.Chart(df).mark_bar().encode(**kwargs).interactive()`
Expand Down

0 comments on commit d5167f1

Please sign in to comment.