Python Forum
Error when running a matplot lib example
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error when running a matplot lib example
#4
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']
Reply


Messages In This Thread
RE: Error when running a matplot lib example - by Axel_Erfurt - Apr-24-2022, 01:24 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pandas - error when running Pycharm, but works on cmd line zxcv101 2 2,444 Sep-09-2024, 08:03 AM
Last Post: pinkang
  error "cannot identify image file" part way through running hatflyer 0 2,006 Nov-02-2023, 11:45 PM
Last Post: hatflyer
  Error when running kivy on python janeik 8 5,541 Jun-16-2023, 10:58 PM
Last Post: janeik
  Matplot / numpy noisy data problem the57chambers 1 1,434 Feb-09-2023, 03:27 AM
Last Post: deanhystad
  Getting error when running "MINUS" between 2 databases marlonbown 4 2,263 Nov-10-2022, 05:49 AM
Last Post: deanhystad
  Error while running code on VSC maiya 4 6,777 Jul-01-2022, 02:51 PM
Last Post: maiya
  How to save Matplot chart to temp file? Morkus 2 5,918 Jun-12-2021, 10:52 AM
Last Post: Morkus
  Keep getting Session management error when running imshow in pycharm pace 0 2,899 Mar-25-2021, 10:06 AM
Last Post: pace
  Error when running script on startup in Linux NoahTheNerd 0 2,593 Mar-07-2021, 04:54 PM
Last Post: NoahTheNerd
  Error when running mktorrent subprocess command pythonnewbie138 4 5,319 Sep-16-2020, 01:55 AM
Last Post: pythonnewbie138

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020