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