Skip to content

Commit

Permalink
add typing to plot namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasaarholt committed Jan 18, 2024
1 parent 88ade63 commit 0992e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/dataframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ def _replace(self, column: str, new_column: Series) -> Self:
return self

@property
def plot(self) -> Any:
def plot(self) -> hvplot.plotting.core.hvPlotTabularPolars:
"""
Create a plot namespace.
Expand Down

0 comments on commit 0992e03

Please sign in to comment.