comparison src/DLD-FUNCTIONS/__gnuplot_raw__.l @ 5823:080c08b192d8

[project @ 2006-05-19 05:32:17 by jwe]
author jwe
date Fri, 19 May 2006 05:32:19 +0000
parents 20f4bd627a74
children 5e41e06f6a78
comparison
equal deleted inserted replaced
5822:4fdc2515ebad 5823:080c08b192d8
1638 std::string cmd = args(0).string_value (); 1638 std::string cmd = args(0).string_value ();
1639 1639
1640 gnuplot::send_raw (cmd); 1640 gnuplot::send_raw (cmd);
1641 } 1641 }
1642 else 1642 else
1643 print_usage ("__gnuplot_raw__"); 1643 print_usage ();
1644 1644
1645 return octave_value_list (); 1645 return octave_value_list ();
1646 } 1646 }
1647 1647
1648 DEFUN_DLD (__gnuplot_set__, args, , 1648 DEFUN_DLD (__gnuplot_set__, args, ,