Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Re: Can I place a axes on top of a frame in guide

Status
Not open for further replies.

jophuds

Electrical
Joined
Mar 3, 2003
Messages
14
Location
IE
Hey,
I'm new to the forum and I'm having a small problem with guide. I'm trying to design a fairly complex GUI with it and everything is okay but for some reason I cannot get any axes components to not be hidden behind frame components.
I'm using frames just to group components and for simplicity but for some reason I am having this problem.
Any help anyone can offer would be greatly appreciated,
joe.
 
Hi,
As far as I know, you can't.
Instead create an axes object, set its colors (background color, Xcolor and Ycolor) to gray, [0.78 0.78 0.78], than plot on it a rectangle object:
rectangle('Curvature',[0.1 0.1],'position',[0.1 0.1 0.8 0.8])
It look exactly as a frame and you can put over it other axes objects.

I hope this helps.

Joe
BSTeX- Equation viewer for Matlab
Joe
BSTeX- Equation viewer for Matlab
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top