Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/test/grdtrack/
H A Dlayout.sh4 function plot_it { function
20 plot_it +v >> $ps
22 plot_it +a >> $ps
24 plot_it >> $ps
H A Dlayout_fixed.sh3 function plot_it { function
19 plot_it +f130 >> $ps
21 plot_it +f90 >> $ps
23 plot_it >> $ps
/dports/graphics/gmt/gmt-6.3.0/src/segy/
H A Dpssegy.c483 bool plot_it = false; in GMT_pssegy() local
686 plot_it = false; in GMT_pssegy()
688 if (fabs (x0 - tracelist[i]) <= Ctrl->E.value) plot_it = true; in GMT_pssegy()
723 if ((!Ctrl->Z.active || scale) && (plot_it || !n_tracelist)) { in GMT_pssegy()
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtopitch.cpp1308 BLOBNBOX_IT plot_it; // for plotting in compute_pitch_sd() local
1363 plot_it = start_it; in compute_pitch_sd()
1462 BLOBNBOX_IT plot_it; in compute_pitch_sd2() local
1490 plot_it = blob_it; in compute_pitch_sd2()