Answers for "matplotlib get colorwheel"

0

matplotlib get colorwheel

print(plt.rcParams['axes.prop_cycle'].by_key()['color'])

# [u'#1f77b4', u'#ff7f0e', u'#2ca02c', u'#d62728', u'#9467bd', u'#8c564b', u'#e377c2', u'#7f7f7f', u'#bcbd22', u'#17becf']
Posted by: Guest on March-30-2022

Python Answers by Framework

Browse Popular Code Answers by Language