appendix-b
                    Appendix B. Gnuplot reference
B.1.1. Running gnuplot
|   exit  |  
      Terminate gnuplot session. 
 exit  |  
   
|   help  |  
      Access the online help. 
 help [{enum:topic}] Full documentation: section 4.5.1.  |  
   
|   history  |  
      List the command history. 
 history [quiet] [{int:max}] ["{str:filename}" [append]] # showhistory ?"{str:cmd}"                                    # searchhistory !"{str:cmd}"                                    # execute Full documentation: section 4.5.2.  |  
   
|   |  
      Evaluate one or more expressions and print result as text. 
 print {expression} [, {expression}, ... ] Comments 
 Full documentation: section 4.4. See also set print.  |  
   
|   quit  |  
      Terminate gnuplot session. 
 quit  |