Skip to content

Commit

Permalink
fixes #680
Browse files Browse the repository at this point in the history
  • Loading branch information
barsch committed Feb 16, 2014
1 parent 672036a commit ef9e60d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions obspy/signal/spectral_estimation.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,10 @@ def plot(self, filename=None, show_coverage=True, show_histogram=True,
:param show_percentiles: Enable/disable plotting of approximated
percentiles. These are calculated from the binned histogram and
are not the exact percentiles.
:type show_histogram: bool (optional)
:param show_histogram: Enable/disable plotting of histogram. This
can be set ``False`` e.g. to make a plot with only percentiles
plotted. Defaults to ``True``.
:type percentiles: list of ints
:param percentiles: percentiles to show if plotting of percentiles is
selected.
Expand Down

0 comments on commit ef9e60d

Please sign in to comment.