log scripts/plot/__go_draw_axes__.m @ 9472:303f862a896d

age author description
Wed, 29 Jul 2009 19:36:22 -0400 Ben Abbott __go_draw_axes__.m: Fix ticklabels specified as 2D character array.
Wed, 29 Jul 2009 07:22:05 -0400 Ben Abbott Add support for gnuplot's Lua-TikZ terminal.
Fri, 17 Jul 2009 15:40:23 -0400 John W. Eaton __go_draw_axes__.m: also use layer property for plot border
Mon, 22 Jun 2009 18:34:41 -0400 Ben Abbott grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Thu, 18 Jun 2009 18:14:06 -0400 Ben Abbott __go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Wed, 10 Jun 2009 20:33:10 -0400 Ben Abbott __go_draw_axes__.m: Fix order when pushing group children onto kid list.
Thu, 04 Jun 2009 21:32:37 -0400 Ben Abbott __go_draw_axes__.m: Change strncmpi(scale,'lo') -> strcmp(scale,'log').
Thu, 04 Jun 2009 10:13:14 -0400 Ben Abbott __go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Thu, 28 May 2009 06:21:01 -0400 Ben Abbott Fix yticklabels for log scale colorbar.
Thu, 28 May 2009 03:10:41 -0400 Ben Abbott __go_draw_axes__.m: Add support for ticklabel separator '|'.
Tue, 26 May 2009 21:16:54 -0400 Ben Abbott __go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Mon, 25 May 2009 18:04:11 -0400 Ben Abbott __go_draw_axes__.m: Properly render TeX symbols for x11.
Fri, 08 May 2009 21:11:05 -0400 Ben Abbott Have 'legend' inherit font properties from the parent axis.
Sat, 11 Apr 2009 16:26:01 +0200 David Bateman Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
Mon, 06 Apr 2009 18:57:42 -0400 Ben Abbott Allow fontsize to be specified for all objects with fontname == "*".
Thu, 02 Apr 2009 21:28:05 -0400 Ben Abbott __go_draw_axes__.m: Include gnuplot command termination when plotting image.
Thu, 02 Apr 2009 20:50:50 -0400 Ben Abbott __go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Mon, 30 Mar 2009 19:48:56 -0400 Ben Abbott __go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Fri, 27 Mar 2009 18:10:38 -0400 Ben Abbott __go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Wed, 11 Mar 2009 00:39:02 -0400 Ben Abbott __go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Mon, 09 Mar 2009 17:07:43 -0400 Ben Abbott __go_draw_axes__.m (do_tics): fix typo
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Fri, 06 Mar 2009 01:07:04 -0500 Ben Abbott __go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Thu, 05 Mar 2009 00:55:56 -0500 Ben Abbott __go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Sun, 01 Mar 2009 11:39:45 -0500 Ben Abbott __go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Sat, 28 Feb 2009 19:36:09 -0500 Ben Abbott Compatible support of figure paper properties and resolution for the gnuplot backend.
Thu, 19 Feb 2009 02:16:34 -0500 John W. Eaton use consistent format for doc strings of internal functions
Fri, 13 Feb 2009 18:29:18 -0500 Ben Abbott Initialize axes ticklength property.
Wed, 04 Feb 2009 07:28:17 -0500 Ben Abbott __go_draw_axes__.m: __go_draw_axes__.m: Improved gnuplot color interpolation.
Fri, 30 Jan 2009 14:52:32 -0500 Kai Habel Add support for transparent surfaces
Thu, 29 Jan 2009 14:16:02 -0500 Kai Habel Add support for transparent patches
Wed, 14 Jan 2009 21:01:19 -0500 Ben Abbott __go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Wed, 14 Jan 2009 02:07:00 -0500 John W. Eaton __go_draw_axes__.m: scale markersize by 1/3 instead of 1/6
Tue, 13 Jan 2009 11:56:00 -0500 John W. Eaton comment style fixes
Sat, 29 Nov 2008 00:26:57 +0100 David Bateman Set gnuplot two point clipping
Mon, 03 Nov 2008 18:49:51 -0500 Ben Abbott __go_draw_axes__.m: xticklabel should accept a numeric vector.
Mon, 24 Nov 2008 12:57:57 -0500 Ben Abbott __go_draw_axes__.m: Correct order for rendering children.
Fri, 14 Nov 2008 11:47:55 +0100 David Bateman Respect the minortick property of the axis objects
Thu, 30 Oct 2008 14:15:12 +0100 David Bateman Add support for left/right argument to the legend function
Mon, 20 Oct 2008 10:51:23 -0400 Ben Abbott __go_draw_axes__.m: Fix for binary xfer of suface plots.
Thu, 16 Oct 2008 10:57:49 +0100 David Bateman Fix for images with new gnuplot/binary transfer code
Thu, 16 Oct 2008 03:42:40 -0400 Ben Abbott __go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Wed, 15 Oct 2008 14:19:33 -0400 Ben Abbott x/y/z-ticklabels respect axis font properties.
Wed, 15 Oct 2008 10:51:59 -0400 Daniel J. Sebald make previous change work for surface plots
Tue, 14 Oct 2008 14:59:09 -0400 Daniel J. Sebald send binary data to gnuplot
Tue, 14 Oct 2008 14:49:00 -0400 Ben Abbott __go_draw_axes__.m: Fix concatenation of handles.
Fri, 10 Oct 2008 11:07:53 -0400 John W. Eaton [mq]: graphics-backend
Mon, 06 Oct 2008 21:06:05 -0400 John W. Eaton use case-insensitive comparison for graphics properties; misc style fixes
Thu, 02 Oct 2008 12:43:47 -0400 Ben Abbott __go_draw_axes__.m: Remove depdenence on gnuplot version.
Tue, 30 Sep 2008 16:09:09 -0400 Ben Abbott __go_draw_axes__.m: Fix interpolation of facecolors.
Mon, 29 Sep 2008 20:25:42 -0400 John W. Eaton __go_draw_axes__.m: eliminate have_newer_gnuplot variable
Wed, 17 Sep 2008 16:04:27 -0400 David Bateman Add the datetick function
Thu, 11 Sep 2008 17:01:46 -0400 John W. Eaton undo previous change
Thu, 11 Sep 2008 16:57:12 -0400 David Bateman improve speed of cell2mat
Mon, 25 Aug 2008 15:45:24 -0400 David Bateman Convert stem and stem3 to use stem series objects
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
Wed, 20 Aug 2008 10:59:27 -0400 David Bateman Fix for meshed surfaces with more than one oobject per plot
Wed, 16 Jul 2008 11:24:48 -0400 John W. Eaton __img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
Thu, 05 Jun 2008 20:42:14 +0200 Jaroslav Hajek correct fputs to fprintf in __go_draw_axes__.m
Fri, 25 Apr 2008 16:44:59 +0200 Michael Goffioul Add support for hggroup