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

py_pizza lw=0 not working #71

Closed
andrewRowlinson opened this issue Sep 24, 2022 · 0 comments · Fixed by #73
Closed

py_pizza lw=0 not working #71

andrewRowlinson opened this issue Sep 24, 2022 · 0 comments · Fixed by #73

Comments

@andrewRowlinson
Copy link
Owner

The docs are not building for py_pizza examples when some of the linewidth arguments are zero. For example:

last_circle_lw=0, # linewidth of last circle

gridlines = ax.yaxis.get_gridlines()
gridlines[index].set_color(self.last_circle_color)
gridlines[index].set_linewidth(self.last_circle_lw)
gridlines[index].set_linestyle(self.last_circle_ls)

The docs error is:
ValueError: At least one value in the dash list must be positive

This seems to be related to:
matplotlib/matplotlib#8821

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

Successfully merging a pull request may close this issue.

1 participant