What Do I down load to run Matplotlib?

I am not a Mac person. Please tell me what I need to download and what to sun to install. If someone can take the tome and give me step by step instructions I would appreciate it.

If you’re running python, you can use the pip package manager:

pip install matplotlib

from the command line. We’ve got other options at Installation — Matplotlib 3.4.2 documentation

If something there doesn’t make sense, please feel free to ask more detailed questions.

I downloaded Python and Matplotlib. Now I want to color images in various shades. I am not a mac person so, I dont know what to do.

···

-----Original Message-----
From: Hannah via Matplotlib nobody@discourse.matplotlib.org
To: jimmunley@verizon.net
Sent: Tue, Jul 27, 2021 3:34 pm
Subject: [Matplotlib] [Community/Installation] What Do I down load to run Matplotlib?

| story645
July 27 |

  • | - |

If you’re running python, you can use the pip package manager:

pip install matplotlib

from the command line. We’ve got other options at Installation — Matplotlib 3.4.2 documentation
If something there doesn’t make sense, please feel free to ask more detailed questions.


Visit Topic or reply to this email to respond.

To unsubscribe from these emails, click here.

why do you feel our documentation is aimed at mac people? They’re supposed to work on any system on which Matplotlib can be installed.

thanks for the awesome information.