Mercurial > hg > octave-nkf
graph
-
optimize code handling ++,--Sat, 08 May 2010 15:15:22 +0200, by Jaroslav Hajek
-
use internal variable instead of warning state to control whether to allow non-integer ranges as indicesFri, 07 May 2010 15:58:51 -0400, by John W. Eaton
-
Export symbol Vsparse_auto_mutateFri, 07 May 2010 20:53:27 +0100, by Michael Goffioul
-
don't compile gl2ps.c unless we have OpenGLThu, 06 May 2010 16:55:23 -0400, by John W. Eaton
-
fix null assignment bug #29785Thu, 06 May 2010 14:47:27 +0200, by Jaroslav Hajek
-
improve warning/error messageThu, 06 May 2010 08:02:07 -0400, by John W. Eaton
-
improve sqrtmThu, 06 May 2010 13:32:08 +0200, by Jaroslav Hajek
-
make schur more Matlab compatibleThu, 06 May 2010 09:49:36 +0200, by Jaroslav Hajek
-
Replace deprecated function calls in statistics testsWed, 05 May 2010 21:14:18 -0700, by Rik
-
allow non-integer ranges as indices conditionallyWed, 05 May 2010 14:20:58 -0400, by John W. Eaton
-
ChangeLog fixesTue, 04 May 2010 12:56:27 -0400, by John W. Eaton
-
convert villad functions to C++Tue, 04 May 2010 13:00:00 -0400, by John W. Eaton
-
Add TeX equation to cond.m documentationMon, 03 May 2010 12:08:57 -0700, by Rik
-
implement svd_driverMon, 03 May 2010 13:21:35 +0200, by Jaroslav Hajek
-
Wrap documentation line to prevent overfull hbox LaTex warningSun, 02 May 2010 22:05:41 -0700, by Rik
-
Remove tabs in .txi files causing problems with pdf formatting.Sun, 02 May 2010 21:19:55 -0700, by Rik
-
close.m: No error on "close([])".Sun, 02 May 2010 10:20:36 -0400, by Ben Abbott
-
__go_draw_axes__.m: Remove gnuplot errorbar code.Sat, 01 May 2010 12:00:32 -0400, by Ben Abbott
-
Remove line object props ldata, udata, xldata, xudata.Sat, 01 May 2010 10:55:42 -0400, by Ben Abbott
-
Add demos to loglogerr.m, semilogxerr.m, & semilogyerr.mFri, 30 Apr 2010 19:08:55 -0400, by Ben Abbott
-
__errplot__.m: Fix bug parsing errorbar style.Fri, 30 Apr 2010 18:28:21 -0400, by Ben Abbott
-
fixed fltk_backend bug when clicking on empty figureSat, 01 May 2010 00:05:46 +0300, by Shai Ayal
-
__errplot__.m: Implement errorbars in the Matlab style.Fri, 30 Apr 2010 07:51:28 -0400, by Ben Abbott
-
errorbar.m: Modify demo.Thu, 29 Apr 2010 08:00:42 -0400, by Ben Abbott
-
__errplot__.m: Fix bug for boxxy errorbar.Thu, 29 Apr 2010 07:14:08 -0400, by Ben Abbott
-
errorbar.m: Add demoss.Thu, 29 Apr 2010 07:11:46 -0400, by Ben Abbott
-
test_struct: update expected error message textWed, 28 Apr 2010 17:19:37 -0400, by John W. Eaton
-
Update the errorbar markers in a seperate listtener functionWed, 28 Apr 2010 21:10:03 +0200, by David Bateman
-
fixes for --enable-64Wed, 28 Apr 2010 01:41:22 -0400, by John W. Eaton
-
avoid crash when setting graphics property from cellstr objectTue, 27 Apr 2010 21:54:41 -0400, by John W. Eaton
-
Make errorbar objects markers be 'none'Wed, 28 Apr 2010 03:10:06 +0200, by David Bateman
-
Changelog fixTue, 27 Apr 2010 17:37:12 -0700, by Rik
-
Use "." for marker when plotting with errorbars. (bug #29057)Tue, 27 Apr 2010 17:00:29 -0700, by Rik
-
__errplot__.m: Add missing semicolon line terminations.Tue, 27 Apr 2010 19:46:15 -0400, by Ben Abbott
-
Respect linestyleorder in errorbar plotsWed, 28 Apr 2010 00:23:57 +0200, by David Bateman
-
use common error message for indexed cs-listsTue, 27 Apr 2010 21:20:11 +0200, by Jaroslav Hajek
-
limit on recursion via calls to source functionTue, 27 Apr 2010 12:07:04 -0400, by John W. Eaton
-
don't alter arg values in call to abs or sign for integer valuesTue, 27 Apr 2010 00:52:28 -0400, by John W. Eaton
-
Allow setting of the markers in errorbar linestylesMon, 26 Apr 2010 23:14:24 +0200, by David Bateman
-
Allow matlab style linestyles in errorbar plotsMon, 26 Apr 2010 22:26:17 +0200, by David Bateman
-
Fix bug with shell HERE document introduced with configure changes for gluMon, 26 Apr 2010 09:25:32 -0700, by Rik
-
Allow x, xy and box errorbars with different plotting syntaxMon, 26 Apr 2010 14:33:54 +0200, by David Bateman
-
Document the use of the colormap for bar plotsMon, 26 Apr 2010 13:27:13 +0200, by David Bateman
-
add configure test for gluMon, 26 Apr 2010 07:21:26 +0300, by Shai Ayal
-
When loading a mex-file temporarily load the m-file version to get the help string (bug #29427)Sun, 25 Apr 2010 23:18:48 +0200, by David Bateman
-
Fix the order of calling setdata and setvertexdata for patches (bug #29549)Sun, 25 Apr 2010 20:04:02 +0200, by David Bateman
-
__go_draw_figure__.m: Hidden axes may have visible children.Sun, 25 Apr 2010 10:04:52 -0400, by Ben Abbott
-
print.m: Set figure color property to 'none' when printing.Sat, 24 Apr 2010 19:48:36 -0400, by Ben Abbott
-
graphics.h.in: Have figure color property support a radio value, 'none'.Sat, 24 Apr 2010 19:45:59 -0400, by Ben Abbott
-
Make the default axes color none (bug #29060)Sun, 25 Apr 2010 00:12:52 +0200, by David Bateman
-
Trivial doc fixSun, 25 Apr 2010 00:09:12 +0200, by David Bateman
-
Correct fill of diamond markers for gnuplot backendSat, 24 Apr 2010 20:56:32 +0200, by David Bateman
-
fix fltk backend CPPFLAGSSat, 24 Apr 2010 20:12:08 +0300, by Shai Ayal
-
__go_draw_axes__.m: Consistent placement of axes for ps vs other gnuplot terminals.Sat, 24 Apr 2010 11:49:58 -0400, by Ben Abbott
-
Clarify compilation note about defaults.hFri, 23 Apr 2010 22:20:12 -0700, by Rik
-
Clear global variables when 'clear -all' calledFri, 23 Apr 2010 22:07:39 -0700, by Rik
-
Fix colorbar() bugs for manual plotboxaspectratio.Fri, 23 Apr 2010 20:52:10 -0400, by Ben Abbott
-
axis.m: For 'axis normal' restore plotboxaspectratio.Fri, 23 Apr 2010 20:29:29 -0400, by Ben Abbott
-
ChangeLog fixesFri, 23 Apr 2010 16:34:40 -0400, by John W. Eaton
-
style fixesFri, 23 Apr 2010 16:34:19 -0400, by John W. Eaton