Matlab 版 (精华区)

发信人: zjliu (秋天的萝卜), 信区: Matlab
标  题: Re: help:画图问题
发信站: 哈工大紫丁香 (2004年03月18日12:38:35 星期四), 站内信件

close all
x=0:pi/10:2*pi;
y=sin(x);
plot(x,y)
dd=get(gca,'XTickLabel');
pos=get(gca,'position');
pos(2)=pos(2)+pos(4)/2;
pos(4)=eps;
set(gca,'XTickLabel',[])
box off
hold on
set(gca,'XColor','w')
plot([min(xlim),min(xlim)],ylim,'black');
axes('Position',pos,'XLim',get(gca,'XLim'),'XTickLabel',dd)

【 在 palio (芷水) 的大作中提到: 】
: 【 在 zjliu (秋天的萝卜) 的大作中提到: 】
:  x=0:pi/10:2*pi;
:  y=sin(x);
:  plot(x,y)
: pos=get(gca,'positon')
: pos(2)=pos(2)+pos(4)/2;
: pos(4)=eps;
: axes('Position',pos,'XLim',get(gca,'XLim'),'XTickLabel',get(gca,'XTickLabel'))
: 然后在图形里先前得x轴ticklabel删掉(axis off),呵呵
: 在网上看到的一个帖子不敢独享,呵呵


--
╔═══════════════════╗
║★★★★★友谊第一  比赛第二★★★★★║
╚═══════════════════╝

※ 来源:·哈工大紫丁香 bbs.hit.edu.cn·[FROM: 202.118.229.162]
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:6.497毫秒