Skip to content

Commit

Permalink
add type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Sep 7, 2024
1 parent 98e2b47 commit e809a10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion statista/time_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def raincloud(
boxplot_width: float = 0.1,
order: List[str] = None,
**kwargs,
):
) -> Tuple[Figure, Axes]:
"""RainCloud plot.
Parameters
Expand Down Expand Up @@ -785,4 +785,5 @@ def density(self, **kwargs) -> Tuple[Figure, Axes]:
)

plt.show()

return fig, ax

0 comments on commit e809a10

Please sign in to comment.