showhist

Description:

Another simple command line utility that displays the histograms generated by rapidtide.

Inputs:

A textfile generated by rapidtide containing histogram information

Outputs:

None

Usage:

Plots xy histogram data in text file.

usage: showhist [-h] [--xlabel XLABEL] [--ylabel YLABEL] [--title TITLE]
                [--outputfile FILENAME] [--dobars] [--calcdist] [--debug]
                infilename

Positional Arguments

infilename

a text file containing histogram data

Named Arguments

--xlabel

Use XLABEL on the x axis.

--ylabel

Use YLABEL on the y axis.

--title

Use TITLE at the top of the graph.

--outputfile

Save plot to FILENAME rather than displaying on the screen.

--dobars

Plot bars rather than lines.

Default: False

--calcdist

Make a histogram out of the data.

Default: False

--debug

Print additional internal information.

Default: False