Python Forum
Error with MatPlotLib subplots
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error with MatPlotLib subplots
#5
Some interim feedback…

After executing that code, it worked fine until it hit:
 plt.show()
When it hit that command while debugging, VS Code crashed (no error, just “splat”). At that point, I decided that my entire Python dev environment was probably still corrupt somehow. After 30+ years as a professional Windows developer (only two years with Python), I've learned that sometimes it's better and faster to clean things out than trying to debug a corrupt environment.

Some additional factors:
  • I have a mix of Anaconda and Pip
  • Macs with M1 chips are known to have some issues
If I still had my PC workstation, I'd try to fix these issues. With only three months of experience with my new MacBook Pro M1, cleaning out is better. I've learned from my mistakes.

After rebuilding, I'll post more results. Again, thanks for your help.

Best,

Dan.

p.s. Pandas was installed in the 3.9 environment. Going forward, I'm installing V3.10 until it becomes necessary to revert to 3.9.
Reply


Messages In This Thread
Error with MatPlotLib subplots - by Danno - Mar-22-2022, 04:15 AM
RE: Error with MatPlotLib subplots - by Larz60+ - Mar-22-2022, 08:08 AM
RE: Error with MatPlotLib subplots - by deanhystad - Mar-22-2022, 11:48 AM
RE: Error with MatPlotLib subplots - by Danno - Mar-23-2022, 05:07 AM
RE: Error with MatPlotLib subplots - by Danno - Mar-23-2022, 04:52 PM
RE: Error with MatPlotLib subplots - by Larz60+ - Mar-23-2022, 08:07 PM
RE: Error with MatPlotLib subplots - by Danno - Mar-26-2022, 07:31 AM
RE: Error with MatPlotLib subplots - by Larz60+ - Mar-26-2022, 08:32 AM
RE: Error with MatPlotLib subplots - by Danno - Apr-01-2022, 12:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Trying to loop through code to plot seaborn line plots across multiple subplots eyavuz21 0 1,741 Dec-05-2022, 10:46 AM
Last Post: eyavuz21
  Nested for loops: Iterating over columns of a DataFrame to plot on subplots dm222 0 1,763 Aug-19-2022, 11:07 AM
Last Post: dm222
  Matplotlib: How do I convert Dates from Excel to use in Matplotlib JaneTan 1 3,306 Mar-11-2021, 10:52 AM
Last Post: buran
  Error message when trying to install Matplotlib in Python3.8 Transitionyte 5 5,251 Jan-22-2020, 11:52 PM
Last Post: Transitionyte
  matplotlib pip install error Paul_Grosvenor 3 4,299 Nov-18-2019, 01:11 PM
Last Post: buran
  how to create subplots in for loop? python_newbie09 1 5,947 Sep-25-2019, 02:29 PM
Last Post: stullis
  matplotlib recursion error when repeatedly displaying a surface AdeIsHere 0 1,961 Sep-19-2019, 04:36 PM
Last Post: AdeIsHere
  Subplots on one figure SarahColombo96 0 1,778 Feb-09-2019, 01:09 PM
Last Post: SarahColombo96
  Change distance and title postion in subplots Mark3232 2 2,867 Jul-19-2018, 10:10 AM
Last Post: Mark3232
  Help with plot legends in subplots Felipe 2 5,903 Feb-06-2017, 02:55 PM
Last Post: Felipe

Forum Jump:

User Panel Messages

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