diff src/graphics.cc @ 12221:a91037b36b4c

rename gnuplot_drawnow to __gnuplot_drawnow__
author John W. Eaton <jwe@octave.org>
date Sun, 30 Jan 2011 04:22:39 -0500
parents 4ae2a74ed04c
children 2ad37783bf01
line wrap: on
line diff
--- a/src/graphics.cc
+++ b/src/graphics.cc
@@ -2340,7 +2340,7 @@
     {
       octave_value_list args;
       args(0) = go.get_handle ().as_octave_value ();
-      feval ("gnuplot_drawnow", args);
+      feval ("__gnuplot_drawnow__", args);
     }
 
   void print_figure (const graphics_object& go, const std::string& term,
@@ -2354,7 +2354,7 @@
       args(2) = file;
       args(1) = term;
       args(0) = go.get_handle ().as_octave_value ();
-      feval ("gnuplot_drawnow", args);
+      feval ("__gnuplot_drawnow__", args);
     }
 
   Matrix get_canvas_size (const graphics_handle&) const