ACCLAB / DABEST-python

Data Analysis with Bootstrapped ESTimation
https://acclab.github.io/DABEST-python/
Apache License 2.0
337 stars 46 forks source link

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

Closed XYZfar closed 5 months ago

XYZfar commented 1 year ago

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.

Jacobluke- commented 1 year ago

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-