Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dafni_graph.c2267 double_pair xax_minmax ; float xax_tsim_bot=0.0f , xax_tsim_top=0.0f ; in plot_graphs() local
2318 xax_minmax = mri_minmax( grapher->xax_tsim ) ; in plot_graphs()
2319 xax_tsim_bot = xax_minmax.a ; in plot_graphs()
2320 xax_tsim_top = xax_minmax.b ; in plot_graphs()
2452 xax_minmax = mri_minmax( xxim ) ; in plot_graphs()
2453 grapher->xax_bot[ix][iy] = xax_minmax.a ; /* get the min/max of */ in plot_graphs()
2454 grapher->xax_top[ix][iy] = xax_minmax.b ; /* x-axis for (ix,iy) */ in plot_graphs()