showxy

Description:

Inputs:

Outputs:

Usage:

Plots xy data in text files.

usage: showxy [-h] [--xlabel XLABEL] [--ylabel YLABEL] [--xrange XMIN XMAX]
              [--yrange YMIN YMAX] [--title TITLE] [--outputfile FILENAME]
              [--fontscalefac FAC] [--saveres DPI]
              [--legends LEGEND[,LEGEND[,LEGEND...]]] [--legendloc LOC]
              [--colors COLOR[,COLOR[,COLOR...]]] [--blandaltman] [--usex]
              [--noannotate] [--usepoints] [--dobars] [--debug]
              textfilenames [textfilenames ...]

Positional Arguments

textfilenames

One or more text files containing whitespace separated x y data, one point per line.

Named Arguments

--xlabel

Use XLABEL on the x axis.

--ylabel

Use YLABEL on the y axis.

--xrange

Limit x display range to XMIN to XMAX.

--yrange

Limit y display range to YMIN to YMAX.

--title

Use TITLE at the top of the graph.

--outputfile

Save plot to FILENAME rather than displaying on the screen.

--fontscalefac

Scaling factor for annotation fonts (default is 1.0).

Default: 1.0

--saveres

Write figure to file at DPI dots per inch (default is 1000).

Default: 1000

--legends

Comma separated list of legends for each timecourse.

--legendloc

Integer from 0 to 10 inclusive specifying legend location. Legal values are: 0: best, 1: upper right, 2: upper left, 3: lower left, 4: lower right, 5: right, 6: center left, 7: center right, 8: lower center, 9: upper center, 10: center. Default is 2.

Default: 2

--colors

Comma separated list of colors for each timecourse.

--blandaltman

Make a Bland-Altman plot.

Default: False

--usex

Use x instead of (y + x)/2 in Bland-Altman plot.

Default: False

--noannotate

Hide annotation on Bland-Altman plots.

Default: True

--usepoints

Plot as individual values (do not connect points)

Default: False

--dobars

Plot bars rather than lines.

Default: False

--debug

Print additional internal information.

Default: False