Tue, 20 Aug 2013 22:23:43 -0700 |
Rik |
Correct inversion accidentally introduced in cset 87ba70043bfc.
|
Fri, 09 Aug 2013 19:26:55 -0700 |
Rik |
Don't use ifelse in plot fcns to avoid unnecessary fcn evaluations.
|
Tue, 06 Aug 2013 14:34:20 -0700 |
Rik |
Add titles and clean-up plotting %!demos.
|
Wed, 31 Jul 2013 18:42:17 -0700 |
Rik |
Don't pass axis handle unnecessarily from high level to low level plot functions.
|
Wed, 31 Jul 2013 13:53:30 -0700 |
Rik |
doc: Rewrite docstrings for most plot functions.
|
Wed, 24 Jul 2013 23:12:46 -0700 |
Rik |
plot3.m: Update to use __plt_get_axis_arg__ and newplot.
|
Tue, 17 Jul 2012 07:08:39 -0700 |
Rik |
maint: Use Octave coding conventions for cuddling parentheses in scripts directory
|
Sun, 08 Jul 2012 11:28:50 -0700 |
Rik |
maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
|
Mon, 13 Feb 2012 07:29:44 -0800 |
Rik |
Use Octave coding conventions in all m-file %!test blocks
|
Sun, 05 Feb 2012 15:32:24 -0800 |
Rik |
maint: periodic merge of stable to default.
|
Sat, 04 Feb 2012 22:12:50 -0800 |
Rik |
doc: Use Octave coding conventions in @example blocks of docstrings.
stable
|
Sun, 22 Jan 2012 07:31:32 -0800 |
Rik |
Use Matlab coding conventions for demos in plot/ directory.
|
Fri, 20 Jan 2012 12:59:53 -0800 |
Rik |
Revamp %!demos in m-files to use Octave coding conventions on spacing, etc.
|
Mon, 09 Jan 2012 20:32:27 -0500 |
Ben Abbott |
plot3.m: Throw error if the input data exceeds two dimensions.
stable
|
Mon, 02 Jan 2012 14:25:41 -0500 |
John W. Eaton |
maint: update copyright notices for 2012
stable
|
Wed, 21 Dec 2011 21:19:48 -0500 |
Ben Abbott |
Add clf() to all plot demos.
stable
|
Thu, 20 Jan 2011 17:35:29 -0500 |
John W. Eaton |
all script files: untabify and strip trailing whitespace
|
Fri, 14 Jan 2011 05:47:45 -0500 |
John W. Eaton |
update copyright notices
|
Sat, 18 Sep 2010 22:30:41 +0200 |
David Bateman |
Update legend code to support fltk (fixes #29348 and partially fixes #30461)
|
Fri, 23 Apr 2010 11:28:50 -0700 |
Rik |
Untabify .m scripts
|
Wed, 20 Jan 2010 02:52:22 +0100 |
David Bateman |
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
|
Wed, 24 Jun 2009 11:13:13 -0400 |
Alexander Mamonov |
plot3.m: correctly compute offsets for property/value pairs
|
Fri, 22 May 2009 10:46:00 -0400 |
John W. Eaton |
update copyright notices
|
Sun, 22 Mar 2009 14:40:24 -0700 |
Rik |
Cleanup documentation file plot.texi
|
Sat, 07 Mar 2009 10:41:27 -0500 |
John W. Eaton |
update copyright notices
|
Wed, 29 Oct 2008 17:52:54 -0400 |
Thorsten Meyer |
fix @seealso references to point to existing anchors
|
Wed, 22 Oct 2008 04:30:17 +0100 |
David Bateman |
More plot object updates
|
Tue, 02 Sep 2008 14:50:08 -0400 |
David Bateman |
correctly plot matrices in plot3
|
Fri, 29 Aug 2008 15:48:44 -0400 |
David Bateman |
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
|
Thu, 28 Aug 2008 12:23:54 -0400 |
David Bateman |
Add data sources and line series
|