ACCLAB/DABEST-python

Error in changing the the linewidth of the lines used to join each pair of observations

Closed this issue · 1 comments

I was trying to change the the linewidth of the lines used to join each pair of observations by using the code
slopegraph_kwargs= {'linewidth':2,'alpha':1} according to the API.
However I had this error

image

When I change the code to
slopegraph_kwargs= {'lw':2,'alpha':1}
Then it works.

Hi!

Thanks for the feedback on this bug. The appropriate parameter for this should be 'lw'. We made a mistake on the tutorial.

Regards,
@Jacobluke-