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

linewidth should be 0 in plotting.degradation_summary_plots #408

Open
mdeceglie opened this issue Feb 13, 2024 · 1 comment
Open

linewidth should be 0 in plotting.degradation_summary_plots #408

mdeceglie opened this issue Feb 13, 2024 · 1 comment

Comments

@mdeceglie
Copy link
Collaborator

rdtools.plotting.degradation_summary_plots() uses a matplotlib scatter plot with semi transparent points. The line width (lw) should be set to 0 to avoid undesirable solid lines appearing in the markers.

Screenshot 2024-02-12 at 5 04 18 PM

@mdeceglie
Copy link
Collaborator Author

Workaround until this is addressed:

ax1, ax2 = fig.get_axes()
ax1.collections[0].set_linewidth(0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant