We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The docs are not building for py_pizza examples when some of the linewidth arguments are zero. For example:
mplsoccer/examples/pizza_plots/plot_pizza_colorful.py
Line 82 in bce816c
mplsoccer/mplsoccer/py_pizza.py
Lines 316 to 319 in bce816c
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
The text was updated successfully, but these errors were encountered:
fix issue #71 py_pizza linewidths of zero causing problems.
58068c2
Successfully merging a pull request may close this issue.
The docs are not building for py_pizza examples when some of the linewidth arguments are zero. For example:
mplsoccer/examples/pizza_plots/plot_pizza_colorful.py
Line 82 in bce816c
mplsoccer/mplsoccer/py_pizza.py
Lines 316 to 319 in bce816c
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
The text was updated successfully, but these errors were encountered: