Closed schonlau closed 2 days ago
However, space=0 works for the shakespeare data :
hammock = hammock_plot.Hammock(data_df = data_df) ax = hammock.plot(var=var,shape="rectangle",label=False, bar_width=2,default_color="lightblue", space=0)
maybe to check space and label together
space=0 gives error message but didn't use to.
ax = hammock.plot(var=var, bar_width=1, default_color="lightblue", space=0 , shape="parallelogram") ZeroDivisionError: float division by zero