Panel
Like subplot, but easier, and WYSIWYG export to file. Also fixes dashed/dotted lines in export.
Author: Ben Mitch
Ben, thanks very much for this contribution. There are a couple of things I don't understand about margins, however. For example:
>> demopanel6
>> p(1).de.margintop=50;
Warning: a panel had zero size, and the managed object was hidden ...
>> p(1).de.margintop=0;
>> p(2).de.margintop=50;
[No warning]
Looked at your documentation. Again, much appreciated,