Not Geeting title on current graph
Title
Question
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
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.
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.
Login to add comment