octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: more graphics changes.


From: John W. Eaton
Subject: Re: more graphics changes.
Date: Wed, 14 Mar 2007 16:32:15 -0400

On 14-Mar-2007, Søren Hauberg wrote:

| Søren Hauberg skrev:
| > John W. Eaton skrev:
| >> Does the following change help?
| > Works like a charm -- thanks!
| Sorry, I was too fast -- it doesn't quite work. In the installation I'm 
| also missing the following functions (and possibly more):
| 
| __go_close_all__, __go_draw_axes__, __go_draw_figure__

More Makefile.in cleanup.

Thanks,

jwe

Index: scripts/plot/Makefile.in
===================================================================
RCS file: /cvs/octave/scripts/plot/Makefile.in,v
retrieving revision 1.26
diff -u -u -r1.26 Makefile.in
--- scripts/plot/Makefile.in    14 Mar 2007 20:27:30 -0000      1.26
+++ scripts/plot/Makefile.in    14 Mar 2007 20:30:01 -0000
@@ -26,6 +26,9 @@
   __default_plot_options__.m \
   __errcomm__.m \
   __errplot__.m \
+  __go_close_all__.m \
+  __go_draw_axes__.m \
+  __go_draw_figure__.m \
   __gnuplot_version__.m \
   __next_line_color__.m \
   __plr1__.m \
@@ -41,21 +44,6 @@
   __plt_get_axis_arg__.m \
   __pltopt1__.m \
   __pltopt__.m \
-  __uiobject_adopt__.m \
-  __uiobject_axes_ctor__.m \
-  __uiobject_axes_dtor__.m \
-  __uiobject_axes_setr__.m \
-  __uiobject_close_all__.m \
-  __uiobject_delete__.m \
-  __uiobject_draw_axes__.m \
-  __uiobject_draw_figure__.m \
-  __uiobject_figure_ctor__.m \
-  __uiobject_globals__.m \
-  __uiobject_image_ctor__.m \
-  __uiobject_line_ctor__.m \
-  __uiobject_root_figure_ctor__.m \
-  __uiobject_surface_ctor__.m \
-  __uiobject_text_ctor__.m \
   axes.m \
   axis.m \
   bar.m \

reply via email to

[Prev in Thread] Current Thread [Next in Thread]