Home
last modified time | relevance | path

Searched refs:asciihist (Results 1 – 5 of 5) sorted by last modified time

/dports/astro/gnuastro/gnuastro-0.16/doc/
H A Dgnuastro.texi15810 …m and cumulative frequency plot of a single dataset under the @option{--asciihist} and @option{--a…
16114 The ASCII histogram that is printed on the command-line with @option{--asciihist} is good enough in…
16686 @itemx --asciihist
16697 --asciihist --numasciibins=55
16718 Please see descriptions under @option{--asciihist} for more, the example below is from the same inp…
16752 …nice histogram than what the raw command-line can offer you (with the @option{--asciihist} option).
16784 …y plots (for the @option{--histogram}, @option{--cumulative}, @option{--asciihist}, and @option{--…
16792 …g the histogram and the cumulative frequency plot (outputs of @option{--asciihist} and @option{--a…
16795 …and cumulative frequency plot on the command-line (outputs of @option{--asciihist} and @option{--a…
/dports/astro/gnuastro/gnuastro-0.16/bin/statistics/
H A Dstatistics.c577 if(p->asciihist) print_ascii_plot(p, hist, bins, 1, 1); in ascii_plots()
1208 if(p->asciihist || p->asciicfp) in statistics()
H A Dui.c405 if( p->asciihist || p->asciicfp || p->histogram || p->histogram2d in ui_read_check_only_options()
535 if( (p->asciihist || p->asciicfp) in ui_read_check_only_options()
H A Dargs.h397 &p->asciihist,
H A Dmain.h72 uint8_t asciihist; /* Print an ASCII histogram. */ member