qiime2 / q2-longitudinal

QIIME 2 plugin for paired sample comparisons
BSD 3-Clause "New" or "Revised" License
9 stars 18 forks source link

Fixed "truncate=False" parameter #159

Closed timyerg closed 3 years ago

timyerg commented 4 years ago

Fixed "truncate=False" parameter in _regplot_subplots_from_dataframe() function: "sns.regplot(state_column, metric, data=group_data, fit_reg=fit_reg, scatter_kws={"marker": ".", "s": 100}, label=name, ax=ax, lowess=lowess, ci=ci, truncate=False)" Link to the issue: https://forum.qiime2.org/t/lme-visualizations/16393

Brief summary of the Pull Request, including any issues it may fix using the GitHub closing syntax:

https://help.github.com/articles/closing-issues-using-keywords/

Also, include any co-authors or contributors using the GitHub coauthor tag:

https://help.github.com/articles/creating-a-commit-with-multiple-authors/


Include any questions for reviewers, screenshots, sample outputs, etc.