Is there any way to have the title bar for a panel have more than one line? I have a component that is say 30 wide, but the title I'd like to include needs more space than that and it's getting cut off. Any suggestions? Thanks.
Very slick and easy to work with. It's very well documented so anyone can pick this up in a heartbeat. However, if you have HG2 enabled, this will not work. Any plan in the future of this support?
http://undocumentedmatlab.com/blog/hg2-update/
Hi Ben, David,
I am having issues with the latest release and changing the limits of axes with patches objects in them.
if you do :
f=figure
b=uiextras.VBox('Parent', f)
a1=axes('Parent',b)
a2=axes('Parent',b)
contourf(peaks)
set(a2, 'YLim', [10 30])
You will see the contours coming out of the axes onto the neighbouring elements.
Is there a way to get the axes to update itself correctly ?
Many thanks,
Yannick
Comment only