0% found this document useful (0 votes)
7 views4 pages

Colors

This document provides steps to create two plots with different colors in Python. It instructs the user to open Anaconda Navigator, launch Jupyter notebooks, create a new Python 3 notebook, import Matplotlib.pyplot, and run code to create a plot with two lines in different colors.

Uploaded by

Srija Ganesan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views4 pages

Colors

This document provides steps to create two plots with different colors in Python. It instructs the user to open Anaconda Navigator, launch Jupyter notebooks, create a new Python 3 notebook, import Matplotlib.pyplot, and run code to create a plot with two lines in different colors.

Uploaded by

Srija Ganesan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Data Science with Python Module 5

Hands On - 3

[email protected]
+91-7022374614
US: 1-800-216-8930(Toll Free)
Data Science with Python Certification Course

Data Science with Python Module 5: Hands-on: 3


Create a two plots with different colors

Step 1: Open Anaconda Navigator

Step 2: Click on Launch button under jupyter notebooks.

[email protected] - +91-7022374614 - US: 1-800-216-8930(Toll Free)


Data Science with Python Certification Course

Step 3: After the notebook opens click on new and Python 3.

Step 4: Import matplotlib.pyplot by typing the following code in the notebook and run it by
pressing shift + enter

[email protected] - +91-7022374614 - US: 1-800-216-8930(Toll Free)


Data Science with Python Certification Course

Step 5: Run the following code to create a plot with two lines with different colors.

[email protected] - +91-7022374614 - US: 1-800-216-8930(Toll Free)

You might also like