Not Geeting title on current graph
as per instruction all works good till above mention time. after that when i am going to give title to current plot it will show me blank graph with title. and after that for all other option i am getting same, blank graph and particular command output.

Python-3.4.3 Embellishing-a-plot 06-07 min 30-40 sec 25-05-19, 1:54 p.m. manojradadiya

Answers:

This happens because the plot/graph window is being closed before running the title command. Please ensure that you are not closing the Plot/Graph display window.

For now you can run the plot command again to plot the graph and then run the title command after the plot/graph window has opened up.
25-05-19, 2:40 p.m. ankitrj.iitb


 plot(x, -x*x+4*x-5,'r', linewidth=6) first we need to run these command ,when we enter graph will generate. then don't close the graph window just minimize it and run the title command.

16-05-24, 2:43 p.m. 26_nkarankar


Click here to reply/comment online