필터 지우기
필터 지우기

Why is there a large empty graph in the background of my screen?

조회 수: 3 (최근 30일)
Hannah
Hannah 2013년 6월 4일
Im trying to position a bar graph in my GUI. BUT because bar doesnt have a position property, I'm using axes() to position it correctly. But for some reason, when i do graph it, a large empty graph appears behind it, even though, the perfectly formatted graph is in its rightful place.
Code: AX = axes('Position', [.4 .4 .55 .47] );
H1 = bar(x,Pool14_30_Storage);
set(get(AX,'Ylabel'),'String','Storage (AF)');
And so on... Someone please help, matlab is being ridiculous right now. i even use cla to, it still doesnt work.

채택된 답변

Hannah
Hannah 2013년 6월 4일
Ok nevermind, I put a set (gca, 'visible', 'off') before setting AX to its position, that will take care of it!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by