Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed "truncate=False" parameter #159

Merged
merged 1 commit into from
Nov 13, 2020
Merged

Conversation

timyerg
Copy link
Member

@timyerg timyerg commented Sep 4, 2020

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.

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
@thermokarst thermokarst added this to In Review in 2020.11 via automation Sep 4, 2020
@thermokarst thermokarst merged commit 45b422c into qiime2:master Nov 13, 2020
2020.11 automation moved this from In Review to Changelog Needed Nov 13, 2020
@andrewsanchez andrewsanchez moved this from Changelog Needed to Completed in 2020.11 Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
2020.11
Completed
Development

Successfully merging this pull request may close these issues.

None yet

2 participants