log scripts/plot/__go_draw_axes__.m @ 11090:2adf4736dafa

age author description
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
Tue, 07 Sep 2010 21:39:33 +0200 David Bateman Don't create __plotyy_axes__ properties in plotyy if they exist (Bug #30977)
Tue, 31 Aug 2010 22:50:20 +0200 David Bateman Improve matlab compatibility with '.' marker
Tue, 31 Aug 2010 13:23:50 -0400 Ben Abbott Treatment of activepositionproperty for gnuplot.
Tue, 31 Aug 2010 12:39:04 -0400 Ben Abbott __go_draw_axes__.m: Additional pointtype fix.
Tue, 31 Aug 2010 12:30:51 -0400 Ben Abbott __go_draw_axes__.m: Fix pointtype for patches.
Mon, 30 Aug 2010 19:03:25 -0400 Ben Abbott __go_draw_axes__.m: Use gnuplot's pentagon for marker == 'p'.
Fri, 27 Aug 2010 21:06:04 -0400 Ben Abbott Don't pass figure handle to __calc_dimensions__.
Fri, 27 Aug 2010 15:11:35 -0400 Jordi Guti?rrez Hermoso Improvements to FLTK backend rotation
Fri, 27 Aug 2010 06:39:36 -0400 Ben Abbott Unify gnuplot printing with the fltk backend.
Thu, 26 Aug 2010 20:02:15 -0400 Ben Abbott __go_draw_axes__.m: For yaxislocation == 'right' associate text position with 'second' coordinate system.
Wed, 25 Aug 2010 12:36:23 -0400 Ben Abbott __go_draw_axes__.m: Revert erroneous portion of changeset 10910 40cf7cc4ea62.
Tue, 24 Aug 2010 18:12:45 -0400 Ben Abbott Properly interpret plotboxaspectratio when 3D objects are viewed as 2D.
Sun, 16 May 2010 22:26:54 -0700 Rik Print name of function in error() string messages.
Sat, 01 May 2010 12:00:32 -0400 Ben Abbott __go_draw_axes__.m: Remove gnuplot errorbar code.
Tue, 27 Apr 2010 17:00:29 -0700 Rik Use "." for marker when plotting with errorbars. (bug #29057)
Sat, 24 Apr 2010 20:56:32 +0200 David Bateman Correct fill of diamond markers for gnuplot backend
Sat, 24 Apr 2010 11:49:58 -0400 Ben Abbott __go_draw_axes__.m: Consistent placement of axes for ps vs other gnuplot terminals.
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Mon, 19 Apr 2010 07:22:30 -0400 Ben Abbott colorbar.m: Consistent treatment of plotboxaspectratio. Add listener for plotboxaspectratiomode.
Fri, 16 Apr 2010 17:36:28 +0200 David Bateman Unset figure color in __go_draw_axes__ (partial fix for bug #29060)
Wed, 24 Mar 2010 20:35:44 +0100 Petr Mikulik Fix bug with logscale in combination with colorbar
Mon, 01 Feb 2010 20:19:54 +0100 David Bateman Really remove get_old_gnuplot_color
Mon, 01 Feb 2010 20:17:34 +0100 David Bateman Accelerate colormap colored scatter plots
Fri, 29 Jan 2010 21:52:53 -0500 Ben Abbott Replace dataaspectratio props with plotboxaspectratio props.
Thu, 21 Jan 2010 00:21:44 +0100 David Bateman trivial fix to durface and lines for empty markers
Wed, 20 Jan 2010 03:30:06 +0100 David Bateman Fix unrequested markers for patch objects
Wed, 20 Jan 2010 02:52:22 +0100 David Bateman Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
Sat, 16 Jan 2010 07:59:52 +0100 David Bateman Support the '@' marker that was present in Octave 2.1.x
Thu, 14 Jan 2010 21:50:37 +0100 David Bateman Fix for markerfacecolor and markeredgecolor properties with unfillable markers like '+'
Tue, 12 Jan 2010 23:05:17 +0100 David Bateman Allow markerfacecolor and markeredgecolor to be set and used for patch objects
Tue, 10 Nov 2009 13:25:57 -0500 Ben Abbott __go_draw_axes__.m: No 'with linestyle' when linestyle == 'none'.
Thu, 15 Oct 2009 21:43:34 +0200 David Bateman Treat markerfacecolor and markeredgecolor properties for lines and surfaces
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.