log

age author description
Wed, 31 Jul 2013 22:13:47 -0700 Rik print.m: Document that '-loose' is default option for eps.
Wed, 31 Jul 2013 21:54:06 -0700 Rik figure.m: Don't initialize figure to 1 as it may already exist as hidden figure.
Wed, 31 Jul 2013 18:45:22 -0700 Rik surfl.m: Overhaul function.
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 16:27:49 -0700 Rik Change various plot functions to take advantage of new isaxes() function.
Wed, 31 Jul 2013 16:23:53 -0700 Rik sombrero.m: Fix typo in cset a639221f9863 stopping output when nargout == 1.
Wed, 31 Jul 2013 14:18:00 -0700 Rik isaxes.m: New function to determine if object is axes handle.
Wed, 31 Jul 2013 13:53:30 -0700 Rik doc: Rewrite docstrings for most plot functions.
Wed, 31 Jul 2013 13:49:06 -0700 Rik Rephrase %!tests to take advantage of single output form of peaks().
Wed, 31 Jul 2013 13:43:44 -0700 Rik sombrero.m: Overhaul documentation and make calling forms equivalent to peaks()
Wed, 31 Jul 2013 13:31:01 -0700 Rik test: Add missing semicolons to suppress output in some plot %!tests.
Wed, 31 Jul 2013 21:28:48 +0100 Carnë Draug Implement PixelRegion option for imread().
Wed, 31 Jul 2013 21:25:04 +0200 Torsten disable global paste action when clipboard is empty
Wed, 31 Jul 2013 13:14:09 +0100 Carnë Draug Do not read alpha channel from image if output not requested.
Tue, 30 Jul 2013 21:29:57 -0400 Mike Miller norm: fix argument handling to match the docstring (bug #34778)