Apr-24-2022, 01:24 PM
The style is not available, check the styles
import matplotlib.pyplot as plt print(plt.style.available)This is what I get in Mint
Output:['seaborn-notebook', 'seaborn-pastel', 'fast', 'dark_background', 'Solarize_Light2', 'seaborn-talk', 'grayscale', 'seaborn-whitegrid', 'seaborn-dark', 'seaborn-colorblind', 'seaborn-ticks', 'seaborn-deep', 'seaborn-dark-palette', 'fivethirtyeight', 'bmh', 'seaborn-poster', 'seaborn-darkgrid', 'seaborn', '_classic_test', 'tableau-colorblind10', 'seaborn-bright', 'seaborn-white', 'seaborn-muted', 'classic', 'ggplot', 'seaborn-paper']