log scripts/plot/__go_draw_axes__.m @ 13165:9efb676b34ac stable

age author description
Mon, 19 Sep 2011 20:18:47 -0400 Ben Abbott Fix bug #34015. Allow for sequential images. stable
Sun, 18 Sep 2011 13:11:04 -0400 Ben Abbott Fix bug #33204. Use latex markeup for log tick labels. stable
Sun, 15 May 2011 15:27:22 -0700 David Finkel david finkel Fix integer overflow when using text() with large x,y values (bug #33059) stable
Sat, 19 Feb 2011 18:21:58 -0800 Rik Use PCRE regular expressions throughout Octave.
Tue, 08 Feb 2011 19:46:43 -0500 Ben Abbott __go_draw_axes__.m: Properly set fontspec for legends.
Thu, 06 Aug 2009 07:18:53 +0200 Ben Abbott __go_draw_axes__.m: Fix ticklabels specified as 2D character array. release-3-2-x
Thu, 21 Aug 2008 15:28:58 -0400 John W. Eaton __go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values release-3-0-x
Wed, 20 Aug 2008 10:59:27 -0400 David Bateman Fix for meshed surfaces with more than one oobject per plot release-3-0-x
Thu, 05 Jun 2008 20:42:14 +0200 Jaroslav Hajek correct fputs to fprintf in __go_draw_axes__.m release-3-0-x
Mon, 21 Apr 2008 11:03:39 -0400 David Bateman Try to get the colorbar position right for manual aspect ratios as well release-3-0-x
Mon, 07 Apr 2008 13:40:38 -0400 John W. Eaton update copyright dates release-3-0-x
Thu, 03 Apr 2008 21:41:27 -0400 David Bateman Conditionally set 'set pm3d implicit' release-3-0-x
Mon, 31 Mar 2008 22:13:32 -0400 David Bateman Fix spurious tics for plotyy with gnuplot backend release-3-0-x
Wed, 19 Mar 2008 15:42:14 -0400 godfrey Correct typos in __go_draw_axes__.m and update Manual release-3-0-x
Tue, 18 Mar 2008 13:44:06 -0400 Michael D. Godfrey __go_draw_axes__: use correct symbol codes release-3-0-x
Fri, 14 Mar 2008 08:02:18 -0400 kai Bug fix, set splot user style to default release-3-0-x
Tue, 11 Mar 2008 23:38:00 -0400 John W. Eaton _go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction release-3-0-x
Tue, 11 Mar 2008 23:13:04 -0400 John W. Eaton __go_draw_axes__: use strcmpi for text properties; use get for hidden properties release-3-0-x
Tue, 11 Mar 2008 22:33:02 -0400 kai Improvements for surface plots release-3-0-x
Wed, 27 Feb 2008 22:36:23 +0100 kai If FaceColor is none don't use pm3d mode and set linestyle correctly. release-3-0-x
Tue, 11 Mar 2008 22:22:50 -0400 John W. Eaton handle axes linewidth property release-3-0-x
Tue, 11 Mar 2008 22:07:27 -0400 John W. Eaton __go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction release-3-0-x
Thu, 06 Mar 2008 04:04:04 -0500 John W. Eaton markersize compatibility changes release-3-0-x
Mon, 14 Jan 2008 19:50:10 +0000 jwe use Helvetica, not helvetica; don't downcase user-supplied font names release-3-0-x
Fri, 22 Feb 2008 04:02:37 -0500 John W. Eaton __stepimp__: don't call subplot for single plot release-3-0-x
Thu, 21 Feb 2008 03:59:42 -0500 John W. Eaton fsolve: detect nonsquare systems release-3-0-x
Tue, 12 Feb 2008 16:19:50 -0500 David Bateman Fix colorbar with contours release-3-0-x
Tue, 12 Feb 2008 16:09:13 -0500 David Bateman Implement cdatamapping and respect to to allow correct image/imagesc rendering release-3-0-x
Fri, 25 Jan 2008 18:56:11 +0000 jwe [3-0-0-branch @ 2008-01-25 18:56:11 by jwe] release-3-0-x
Wed, 16 Jan 2008 19:27:15 +0000 jwe [3-0-0-branch @ 2008-01-16 19:27:14 by jwe] release-3-0-x
Thu, 20 Jan 2011 18:26:09 -0500 John W. Eaton missing semicolons in script files
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Sun, 16 Jan 2011 22:46:19 +0100 David Bateman Use {} as the default font for the gnuplot backend
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Thu, 30 Dec 2010 08:28:53 -0500 Ben Abbott __go_draw_axes__.m: Tweak vertical alignment of text objects for gnuplot to favor eps/ps output.
Wed, 29 Dec 2010 17:26:21 -0500 Ben Abbott __go_draw_axes__.m: Enable vertical alignment of text objects for gnuplot.
Thu, 09 Dec 2010 18:36:41 -0500 John W. Eaton set grid linewidths from axis linewidth property
Fri, 03 Dec 2010 18:21:25 -0500 Ben Abbott __go_draw_axes__.m: If not set, the unset the gnuplot {tblr}margins.
Sun, 21 Nov 2010 19:37:44 -0500 Ben Abbott __go_draw_axes__.m: Fix plot titles so they are visible for gnuplot 4.4.x (31711).
Thu, 18 Nov 2010 20:01:29 -0500 Ben Abbott __go_draw_axes__.m: Fix bug setting zscale to yscale (31693).
Mon, 08 Nov 2010 23:19:37 +0800 Ben Abbott __go_draw_axes__.m: Check for z/y/zdata before converting negative values to NaNs.
Mon, 08 Nov 2010 07:33:10 +0100 David Bateman Unset the foreground color for the gnuplot backend earlier (fixes #31533)
Mon, 08 Nov 2010 08:45:46 +0800 Ben Abbott __go_draw_axes__.m: Set proper tight axis limits for log scale.
Sun, 07 Nov 2010 22:35:40 +0100 David Bateman Fix multi-parented legends with the gnuplot backend (fixes #30461 and #31522)
Sun, 31 Oct 2010 12:24:02 +0100 Konstantinos Poulios Remove deprecated code handling manual pbaspect and daspect for the gnuplot backend
Fri, 29 Oct 2010 00:28:46 +0200 David Bateman Don't plot patch outlines with the gnuplot backend if the marker property is set to none. Fixes contourf(peaks(),'edgecolor','none')
Fri, 29 Oct 2010 00:28:01 +0200 David Bateman Backed out changeset a981e2f56ec1
Fri, 29 Oct 2010 00:25:04 +0200 David Bateman Don't plot patch outlines with the gnuplot backend if the marker property is set to none. Fixes contourf(peaks(),'edgecolor','none')
Mon, 18 Oct 2010 14:15:06 -0400 John W. Eaton remove image_viewer function
Sat, 09 Oct 2010 16:25:40 -0400 Ben Abbott __go_draw_axes__.m: Enable linetypes for gnuplot.
Fri, 08 Oct 2010 07:39:31 -0400 Ben Abbott Do not store flipped image property values when x/ydata descends.
Tue, 28 Sep 2010 09:25:14 -0700 Rik Make all regexp in Octave compatible with both POSIX and PCRE.
Sun, 19 Sep 2010 20:47:46 -0400 Ben Abbott Special treatment activepositionproperty = outerposition for gnuplot.
Sun, 19 Sep 2010 12:57:29 -0400 Ben Abbott __go_draw_axes__.m: Remove left over debug code.
Sat, 18 Sep 2010 22:30:41 +0200 David Bateman Update legend code to support fltk (fixes #29348 and partially fixes #30461)
Thu, 16 Sep 2010 20:30:01 -0400 Ben Abbott __go_draw_axes__.m: Ensure text objects have units of "data".
Thu, 16 Sep 2010 23:25:18 +0200 David Bateman Backed out changeset 6ea65c5de87a
Thu, 16 Sep 2010 23:13:22 +0200 David Bateman Respect the units and paperunits figure properties and the units and fontunits axes properties
Wed, 08 Sep 2010 17:59:39 -0400 Ben Abbott Revert treatment of activepositionproperty from the gnuplot backend.
Tue, 07 Sep 2010 21:44:13 +0200 David Bateman Backed out changeset 6b50fd2d4ca6