Home Chemistry Presentation

Using matplotlib, you are to create the following 4 graphs.

Course
Gender Studies

Subject
Chemistry

Category
Presentation

Pages
6

Uploaded By
ATIPROS

a)Line graph import pandas as pd import matplotlib.pyplot as plt df=pd.read_csv("weather_report.csv") plt.plot(df.temperature, df.pressure, "r--") plt.title("Plotting of temperature and pressure v/s date ") plt.xlabel("date") plt.ylabel("Temperature n Pressure") plt.show() 2) Histogram import pandas as pd #import numpy as np import matplotlib.pyplot as plt df=pd.read_csv("weather.csv") plt.hist(df.Precipitation,bins=10) plt.title("Analysis of Precipitation vs days") plt.xlabel("No of days") plt.show() 3.Scatterplot
Read More

Preview 1 out of 6 Pages

matplotlib.pdf

Download all 6 pages for $ 8.84

Reviews (0)

$ 8.84


Seller

Joined: 6 months ago

Document sold: 0

Reviews received
1
0
0
0
0

Send Message
Document Information
Buy Document

$8.84