4.2 2. Line Chart Plot
4.2 2. Line Chart Plot
Line Chart
import matplotlib.pyplot as plt
import pandas as pd
import numpy as np
Chart Styling
plt.style.available # List of styling options
['Solarize_Light2',
'_classic_test_patch',
'_mpl-gallery',
'_mpl-gallery-nogrid',
'bmh',
'classic',
'dark_background',
'fast',
'fivethirtyeight',
'ggplot',
'grayscale',
'seaborn',
'seaborn-bright',
'seaborn-colorblind',
'seaborn-dark',
'seaborn-dark-palette',
'seaborn-darkgrid',
'seaborn-deep',
'seaborn-muted',
'seaborn-notebook',
'seaborn-paper',
'seaborn-pastel',
'seaborn-poster',
'seaborn-talk',
'seaborn-ticks',
'seaborn-white',
'seaborn-whitegrid',
'tableau-colorblind10']
plt.plot (Mumbai_Salary)
#ff8000 -Orange
#ffffee -Yellow
#ff0000 -Red
#0000e6 -Blue
#00cc00 -Green
https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.plot.html
Loading [MathJax]/jax/output/CommonHTML/fonts/TeX/fontdata.js