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:49:56 -0400

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

| John W. Eaton skrev:
| > 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__
| 
| I'm also missing __line__
| 
| Søren

OK, I think this additional change makes the list of files in SOURCES
match reality.

Index: Makefile.in
===================================================================
RCS file: /cvs/octave/scripts/plot/Makefile.in,v
retrieving revision 1.27
diff -u -u -r1.27 Makefile.in
--- Makefile.in 14 Mar 2007 20:31:17 -0000      1.27
+++ Makefile.in 14 Mar 2007 20:49:10 -0000
@@ -30,6 +30,7 @@
   __go_draw_axes__.m \
   __go_draw_figure__.m \
   __gnuplot_version__.m \
+  __line__.m \
   __next_line_color__.m \
   __plr1__.m \
   __plr2__.m \
@@ -63,7 +64,6 @@
   hist.m \
   hold.m \
   isfigure.m \
-  ishandle.m \
   ishold.m \
   legend.m \
   line.m \

Thanks,

jwe





reply via email to

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