Matplotlib - Real-World Visualization Patterns
What will be the output of this code?
import matplotlib.pyplot as plt
plt.style.use('seaborn-colorblind')
colors = plt.rcParams['axes.prop_cycle'].by_key()['color']
print(len(colors))