Skip to content

Commit 4a42bae

Browse files
committed
bug fixes in timeseries_plot
1 parent b8f3ec2 commit 4a42bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chatInsights/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def _preprocess_text(df):
238238
plt.tight_layout(pad=0)
239239
plt.show()
240240

241-
def timeseries_plot(self, save_figure: str = "N", marker: str = None) -> None:
241+
def timeseries_plot(self, save_figure: str = "N", marker: str = "") -> None:
242242
"""
243243
Generate a timeseries plot to show users activity month-wise.
244244

0 commit comments

Comments
 (0)