About Lesson
Plots or graphs bnanay k liay ap ko python se behtar koi language nahi milni or isi baat ko btanay k liay aaj k lectures hyn. In main ap seekhen gay k python ki different libraries like matplotlib
and seaborn
ko use kar kaisay plot bnaye jatay hyn
Join the conversation
READY
Reply
# Assignment: How to change the x and y axis titles with main title?
boxchart = sns.boxplot(data=kashti, x="sex", y="fare", hue='pclass')
boxchart.set_title('Assignment')
boxchart.set_xlabel('Sex')
boxchart.set_ylabel('Fare')
boxchart
Reply
yes we are ready
Reply
now ready to plot in python
Reply
yes, tayar hu ma,
its my revision section.
Reply