-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Milestone
Description
This no longer works:
import matplotlib.pyplot as plt
from cycler import cycler
plt.rc('axes', prop_cycle=(
cycler('dashes', [(None, None), (None, None), (6, 6), (3, 3), (1.5, 1.5)])))
but it used to work in 1.5.
Now it yields
TypeError: float() argument must be a string or a number, not 'NoneType'
Metadata
Metadata
Assignees
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.