log scripts/plot/private/__go_draw_axes__.m @ 17405:3f0ed69d21c6

age author description
Tue, 10 Sep 2013 18:31:39 -0700 Rik Replace unnecessary instances of strncmp with strcmp.
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank line.
Wed, 21 Aug 2013 16:42:13 -0700 Rik Use explicit form of end (endif, endfor, etc.) in core m-files.
Wed, 07 Aug 2013 13:42:49 -0700 Rik Use 2-D, not 2D, in error messages.
Sun, 04 Aug 2013 18:13:08 -0700 Rik maint: Remove unneeded input validation from internal fcns in private/ directories.
Sun, 04 Aug 2013 15:11:34 -0700 Rik maint: Use common indentation for switch statement.
Wed, 17 Jul 2013 14:02:32 -0700 Rik Use matrix concatenation for strings, rather than cstrcat(), for clarity and performance.
Tue, 09 Jul 2013 14:04:05 -0700 Rik maint: Use parentheses around condition for switch(),while(),if() statements.
Thu, 06 Jun 2013 10:06:12 +0800 Ben Abbott Substitute ostrsplit() for strsplit().
Sun, 31 Mar 2013 19:19:04 -0400 Ben Abbott Matlab compatibility for strsplit()
Sat, 09 Feb 2013 21:20:47 -0500 Ben Abbott backout 1e35b64ac31a
Fri, 08 Feb 2013 18:27:35 -0500 Ben Abbott Pad binary data to gnuplot with a space
Tue, 05 Feb 2013 10:56:46 -0500 Ben Abbott Fix legend bugs (#38263, #38265).
Wed, 06 Feb 2013 09:54:16 -0500 Ben Abbott Fix texenhanced regression.
Wed, 21 Nov 2012 07:54:35 -0500 Ronald van der Meer For gnuplot use %g formatting for ticklabels.
Tue, 20 Nov 2012 19:23:34 -0500 Ronald van der Meer Preserve minor ticks when ticklabels are specified (gnuplot only).
Fri, 21 Sep 2012 20:46:50 -0400 Ben Abbott For the gnuplot backend, elevate all plot variables to double to prevent
Fri, 07 Sep 2012 21:34:10 -0400 Philip Nienhuis Verify appdata exists before removing a propery. Also verify the property
Sun, 19 Aug 2012 10:50:40 -0400 John W. Eaton fix missing semicolons in various .m files
Tue, 17 Jul 2012 13:34:19 -0700 Rik maint: use rows() and columns() to clarify m-files.
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Wed, 04 Jul 2012 13:38:37 -0400 John W. Eaton maint: periodic merge of stable to default
Fri, 29 Jun 2012 17:17:47 -0400 Ben Abbott __go_draw_axes__.m: Add missing terminating semicolon. stable
Fri, 27 Apr 2012 13:11:19 -0400 Ben Abbott For gnuplot, render the legend's text objects using the specified textcolor.
Wed, 11 Apr 2012 22:07:00 -0400 John W. Eaton maint: miscellaneous style fixes for .m files
Tue, 10 Apr 2012 21:11:02 -0400 Ben Abbott Accommodate backslash string escapes in regexp pattern.
Sun, 25 Mar 2012 13:53:39 -0700 Marco Caliari Fix gnuplot error when color values are within eps of each other (bug #35761).
Sat, 24 Mar 2012 20:32:24 -0400 Ben Abbott Add terminating semicolon.
Wed, 18 Jan 2012 21:17:14 -0800 Rik Replace unnecessary strcmpi calls with strcmp.
Wed, 18 Jan 2012 21:15:42 -0800 Rik Replace to-be-deprecated findstr occurrences with strfind.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sun, 25 Dec 2011 12:18:49 -0500 Ben Abbott Trisurf() improvements. stable
Thu, 22 Dec 2011 10:40:42 -0500 Ben Abbott Fix trisurf for gnuplot, bug # 35144. stable
Thu, 08 Dec 2011 19:25:38 -0500 Ben Abbott __go_draw_axes__.m: Fix bug introduced by f35b593688a5 which prevented
Fri, 02 Dec 2011 19:42:42 -0500 Ben Abbott Changing the legend's interpreter property should be inherited by the
Tue, 01 Nov 2011 16:50:38 -0400 Ben Abbott 2nd attempt to fix bugs introduced by changeset bda7b080f205.
Wed, 26 Oct 2011 07:44:55 -0400 Ben Abbott Fix sloppy code and bugs introduced by changeset bda7b080f205.
Sun, 16 Oct 2011 22:29:28 -0400 Ben Abbott Use axes linewidth property for gnuplot axes with location "zero".
Wed, 12 Oct 2011 20:06:12 -0400 Ben Abbott Force gnuplot axes to use a solid line.
Tue, 11 Oct 2011 18:08:44 -0400 Ben Abbott Allow the axis box to be turned off for the gnuplot backend.
Sat, 08 Oct 2011 17:34:15 -0400 Ben Abbott Improvements to patch() and fix for bugs reported in #34417.
Sun, 25 Sep 2011 13:48:09 -0400 Ben Abbott Improvements to plotyy.
Sat, 24 Sep 2011 15:39:19 -0400 Ben Abbott Use "-10^{%T}" format for negative values in log scale plots.
Tue, 20 Sep 2011 15:41:35 -0400 John W. Eaton maint: use specific endif, endfor tokens instead of simple end
Tue, 20 Sep 2011 15:28:46 -0400 John W. Eaton maint: periodic merge of stable to default base scripts/plot/__go_draw_axes__.m@6db2de3ce46e
Thu, 15 Sep 2011 17:55:36 -0400 Ben Abbott gnuplot support for log plots with only negative data. Bug #34232.
Mon, 15 Aug 2011 10:24:09 -0400 Ben Abbott allow multi-line string property for text objects using cell arrays or char matrices
Sat, 06 Aug 2011 18:03:18 -0700 Rik Replace function handles with function names in cellfun calls for 15% speedup.
Sat, 16 Jul 2011 09:28:26 -0700 Rik codesprint : Make many plot helper functions private. base scripts/plot/__go_draw_axes__.m@cf8d32bd3a79