.\" -*- mode: troff; coding: utf-8 -*-
.\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Vb \" Begin verbatim text
.ft CW
.nf
.ne \\$1
..
.de Ve \" End verbatim text
.ft R
.fi
..
.\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>.
.ie n \{\
. ds C` ""
. ds C' ""
'br\}
.el\{\
. ds C`
. ds C'
'br\}
.\"
.\" Escape single quotes in literal strings from groff's Unicode transform.
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\"
.\" If the F register is >0, we'll generate index entries on stderr for
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
.\" entries marked with X<> in POD. Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
.\"
.\" Avoid warning from groff about undefined register 'F'.
.de IX
..
.nr rF 0
.if \n(.g .if rF .nr rF 1
.if (\n(rF:(\n(.g==0)) \{\
. if \nF \{\
. de IX
. tm Index:\\$1\t\\n%\t"\\$2"
..
. if !\nF==2 \{\
. nr % 0
. nr F 2
. \}
. \}
.\}
.rr rF
.\" ========================================================================
.\"
.IX Title "HISTOPLOT 1"
.TH HISTOPLOT 1 2024-04-01 "perl v5.38.2" "User Contributed Perl Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH NAME
histoplot.pl \-\- plots histograms
.SH SYNOPSIS
.IX Header "SYNOPSIS"
histoplot.pl [\-\-title=
] [\-\-opt=] [\-\-echo]
.SH OPTIONS
.IX Header "OPTIONS"
.IP "\fB\-\-title\fR Sets an optional graph title. Default is histogram file name." 8
.IX Item "--title Sets an optional graph title. Default is histogram file name."
.PD 0
.IP "\fB\-\-opt=...]> Sends additional ""set"" options to gnuplot. For example, say you want to force the x axis to [1:1000], you can use \-\-opt=xrange=[1:1000]" 8
.IX Item "--opt=...]> Sends additional ""set"" options to gnuplot. For example, say you want to force the x axis to [1:1000], you can use --opt=xrange=[1:1000]"
.IP "\fB\-\-cmd=...]> Sends extra arbitrary commands to gnuplot." 8
.IX Item "--cmd=...]> Sends extra arbitrary commands to gnuplot."
.IP "\fB\-\-echo\fR Echos a copy of the commands sent to gnuplot." 8
.IX Item "--echo Echos a copy of the commands sent to gnuplot."
.IP "\fB\-\-rank\fR Sort words into rank" 8
.IX Item "--rank Sort words into rank"
.IP "\fB\-\-nopercent\fR Preserve raw frequency, not percent." 8
.IX Item "--nopercent Preserve raw frequency, not percent."
.IP "\fB\-\-clean\fR Forces a remake of the gnuplot data file (good if you've switched to \-\-nopercent)" 8
.IX Item "--clean Forces a remake of the gnuplot data file (good if you've switched to --nopercent)"
.IP "\fB\-\-font\fR Specify a font (and optional pointsize) to use in PNG" 8
.IX Item "--font Specify a font (and optional pointsize) to use in PNG"
.IP "\fB\-\-font\fR Just specify font size (and use bitstream vera as font)" 8
.IX Item "--font Just specify font size (and use bitstream vera as font)"
.IP "\fB\-\-scale\fR scale for default font family: tiny, small, mediu, large, or giant" 8
.IX Item "--scale scale for default font family: tiny, small, mediu, large, or giant"
.PD
.SH DESCRIPTION
.IX Header "DESCRIPTION"
Draws histogram plots.