log scripts/image/imshow.m @ 19630:0e1f5a750d00

age author description
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Wed, 07 May 2014 09:34:45 -0700 Rik imshow.m: Don't popup blank figure during 'make check'
Fri, 02 May 2014 10:02:24 -0700 Rik imshow.m: Ignore hold state and set axis variables for image display for Matlab compatibility.
Thu, 01 May 2014 12:34:50 -0700 Rik doc: Document new 'colormap' parameter to imshow.
Thu, 01 May 2014 12:31:06 -0700 Rik imshow.m: Overhaul function and support integer images (bug #41240).
Thu, 01 May 2014 11:16:03 -0700 Rik Preserve image class in cdata (bug #41240).
Tue, 04 Mar 2014 19:56:09 -0800 Rik imshow.m: Fix bad input validation of ydata (bug #41773). stable
Thu, 24 Oct 2013 13:49:01 -0700 Rik doc: Final grammarcheck of docstrings for 3.8 release.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sat, 06 Apr 2013 13:56:21 +0200 Pantxo Diribarne imshow.m: Add support for "xdata" and "ydata" options, make option parser case insensitive
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Fri, 20 Jul 2012 12:26:31 -0700 Rik doc: Use 'grayscale' rather than 'gray-scale' in documentation.
Wed, 15 Feb 2012 13:31:31 -0800 Rik doc: Periodic grammar check of documentation.
Fri, 20 Jan 2012 12:59:53 -0800 Rik Revamp %!demos in m-files to use Octave coding conventions on spacing, etc.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Tue, 06 Dec 2011 13:09:17 -0800 Rik doc: Update documentation for functions returning a graphics handle h (Bug #34761)
Thu, 20 Oct 2011 14:12:05 -0500 Jordi Gutiérrez Hermoso Periodic merge of stable to default
Fri, 14 Oct 2011 17:33:20 -0500 Jordi Gutiérrez Hermoso Undo accidental change in 13704:6f779cc391fb
Fri, 14 Oct 2011 17:30:13 -0500 Jordi Gutiérrez Hermoso More 64bit integer type fixes for bsxfun-defs.cc
Sun, 21 Sep 2008 08:20:39 +0200 Kris Thielemans Fix for display_range in imshow release-3-0-x
Mon, 07 Apr 2008 13:40:38 -0400 John W. Eaton update copyright dates release-3-0-x
Fri, 21 Jan 2011 13:15:38 -0500 Jordi Gutiérrez Hermoso set clim to [0,1] so that scaled cdatamapping works as intended.
Thu, 20 Jan 2011 21:29:14 -0800 Rik Prevent doubled quotes around @table items in Info.
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
Sun, 09 Jan 2011 21:33:04 -0800 Rik Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
Wed, 08 Dec 2010 07:57:16 -0500 Ben Abbott imshow.m: Flip y-axis.
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Sun, 23 May 2010 17:11:50 -0700 Rik Scale image point color according to colormap. Bug #29926.