Drawing a Graph

How can I draw a graph from an existing root file ? Can anyone please send me a macro of it.

Thanks in Advance.

TFile f("the_file_containing_the_graph.root"); 
the_graph_stored_in_the_file->Draw("AL");