Home
last modified time | relevance | path

Searched refs:lab_yyy (Results 1 – 4 of 4) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/coxplot/
H A Dplot_ts.c525 char *lab_xxx , char *lab_yyy , char *lab_top , in plot_ts_mem() argument
547 lab_xxx = lab_yyy = NULL ; nam_yyy = NULL ; in plot_ts_mem()
730 if( STGOOD(lab_yyy) ){ in plot_ts_mem()
732 plotpak_pwritf( xotop+0.10, 0.5*(yobot+yotop), lab_yyy, 16, -90, 0 ) ; in plot_ts_mem()
1117 char * lab_xxx , char * lab_yyy , char * lab_top , in plot_ts_lab() argument
1156 char * lab_xxx , char * lab_yyy , in plot_ts_init() argument
1173 lab_xxx = lab_yyy = NULL ; nam_yyy = NULL ; in plot_ts_init()
1253 if( STGOOD(lab_yyy) ) in plot_ts_init()
1597 if( STGOOD(lab_yyy) ) in plot_ts_ebar()
1660 char *lab_xxx , char *lab_yyy , char *lab_top , in plot_ts_ebar_win() argument
[all …]
H A Dplot_strip.c48 char * lab_xxx , char * lab_yyy , in plot_strip_init() argument
103 if( STGOOD(lab_yyy) ) in plot_strip_init()
104 plotpak_pwritf( xobot-0.10 , 0.5*(yobot+yotop) , lab_yyy , 16 , 90 , 0 ) ; in plot_strip_init()
H A Dcoxplot.h362 char *lab_xxx , char *lab_yyy , char *lab_top ) ;
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dqplot.c326 char * lab_xxx , char * lab_yyy , char * lab_top , in plot_ts_qqq() argument
337 mp = plot_ts_mem( nx,x , ny,ymask,y , lab_xxx , lab_yyy , lab_top , nam_yyy ) ; in plot_ts_qqq()