Usage: taup velplot [--debug] [--help] [--legend] [--verbose]
                    [--mapwidth=<mapwidth>] [--mapwidthunit=<mapWidthUnit>]
                    [-o=<outFile>] [--prop=<toolPropsFilename>] [-x=type]
                    [-y=type] [--xminmax=x x]... [--yminmax=y y]...
                    [--mod=model [--mod=model]... | --nd=model [--nd=model]...
                    | --tvel=model [--tvel=model]...] [--csv | --gmt | --html |
                    --json | --nameddiscon | --svg | --text]
Plot velocity vs depth for a model.

Options:

      --debug                enable debugging output
      --help                 display this help message
      --legend               create a legend
      --mapwidth=<mapwidth>  plot width in units from --mapwidthunit.
      --mapwidthunit=<mapWidthUnit>
                             plot width unit, i for inch, c for cm or p for px.
  -o, --output=<outFile>     output to file, default is stdout.
      --prop=<toolPropsFilename>
                             load defaults from properties file
      --verbose              enable verbose output
  -x, --xaxis=type           X axis data type, one of depth, radius, velocity,
                               Vp, Vs, slownessdeg, slownessdeg_p,
                               slownessdeg_s, slownessrad, slownessrad_p,
                               slownessrad_s, density, velocity_density, Qp,
                               Qs, Q, vpvs, vpdensity, vsdensity, poisson,
                               shearmodulus, lambda, bulkmodulus, youngsmodulus
                             Default is velocity.
      --xminmax=x x          min and max x axis for plotting
  -y, --yaxis=type           Y axis data type, one of depth, radius, velocity,
                               Vp, Vs, slownessdeg, slownessdeg_p,
                               slownessdeg_s, slownessrad, slownessrad_p,
                               slownessrad_s, density, velocity_density, Qp,
                               Qs, Q, vpvs, vpdensity, vsdensity, poisson,
                               shearmodulus, lambda, bulkmodulus, youngsmodulus
                             Default is depth.
      --yminmax=y y          min and max y axis for plotting
Velocity Model
      --mod, --model=model   use velocity model "modelname" for calculations,
                               format is guessed.
      --nd=model             "named discontinuities" velocity file
      --tvel=model           ".tvel" velocity file, ala ttimes
Output Type:
      --csv                  outputs as CSV
      --gmt                  outputs as GMT
      --html                 outputs as SVG inside HTML
      --json                 outputs as JSON
      --nameddiscon          outputs as .nd named discontinuity model file
      --svg                  outputs as SVG
      --text                 outputs as Text
