ACCLAB / DABEST-python

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

`slopegraph_kwargs` not working #88

Closed DizietAsahi closed 4 years ago

DizietAsahi commented 4 years ago

Trying to change the appearance of the slope lines in a paired graph using slopegraph_kwargs result in an Exception:

two_groups_paired.mean_diff.plot(slopegraph_kwargs=dict(linestyle='dotted'));

UnboundLocalError: local variable 'slopegraph_kwargs' referenced before assignment

Also, there is no documentation for the parameter slopegraph_kwargs on https://acclab.github.io/DABEST-python-docs/api.html

josesho commented 4 years ago

Closed with #89