“Multiplot”的版本间差异
跳到导航
跳到搜索
(以“*默认的!p.multi=[i,n,m]可实现多个panel,但是每个panel都有自己的x,y坐标轴,有时显得不够紧凑 *astro_lib中的multiplot可实现紧凑...”为内容创建页面) |
|||
第10行: | 第10行: | ||
myTitle=, myTitSize=, myTitOffset=, xtickformat=, ytickformat= |
myTitle=, myTitSize=, myTitOffset=, xtickformat=, ytickformat= |
||
/default, /reset, /rowmajor, /initialize |
/default, /reset, /rowmajor, /initialize |
||
例子 |
|||
multiplot,/init |
|||
multiplot,[1,3] |
|||
plot,x,y,ytitle='y' |
|||
multiplot |
|||
plot,x,y |
|||
multilplot |
|||
plot,x,y,,xtitle='x',ytitle='y' |
|||
multilplot,/reset |
|||
这样得到的图的panel是合在一起的 |
|||
== 自定义 == |
== 自定义 == |
2012年9月12日 (三) 09:15的版本
- 默认的!p.multi=[i,n,m]可实现多个panel,但是每个panel都有自己的x,y坐标轴,有时显得不够紧凑
- astro_lib中的multiplot可实现紧凑的多panel图
- 完全自定义
multiplot
multiplot, pmulti, gap=, xgap=, ygap=, /square, /doxaxis, /doyaxis, mTitle=, mTitSize=, mTitOffset=, mxTitle=, mxTitSize=, mxTitOffset=, myTitle=, myTitSize=, myTitOffset=, xtickformat=, ytickformat= /default, /reset, /rowmajor, /initialize
例子
multiplot,/init multiplot,[1,3] plot,x,y,ytitle='y' multiplot plot,x,y multilplot plot,x,y,,xtitle='x',ytitle='y' multilplot,/reset
这样得到的图的panel是合在一起的
自定义
- position可精确定位plot的位置,在0-1范围内 例如POS=[0., 0.5, 0.5, 1.0]
- [x,y,z]margin可控制图离边界的距离 默认xmargin=[10,3],ymargin=[4,2]单位是字符的宽度,可以更改数值,甚至为负
- 生成坐标,但是不label坐: 用[x,y,z]tickv=replicate(' ',N+1),[x,y,z]ticks=N