Skip to content

Commit

Permalink
Docs: small layout change for 1D hist plot functions
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Feb 8, 2015
1 parent ba68e6e commit aa0c1c6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions docs/source/plots.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,39 @@ Timetrace and ratetrace plots
1D Histograms
-------------

Bursts: ratiometric quantities
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autofunction:: hist_fret

.. autofunction:: hist_S

.. autofunction:: hist_burst_data


Bursts: tail distributions
~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autofunction:: hist_size

.. autofunction:: hist_size_all

.. autofunction:: hist_width

.. autofunction:: hist_brightness

.. autofunction:: hist_sbr

.. autofunction:: hist_burst_phrate


Others
~~~~~~

.. autofunction:: hist_bg_single

.. autofunction:: hist_bg

.. autofunction:: hist_rate_in_burst

.. autofunction:: hist_burst_delays

.. autofunction:: hist_asymmetry
Expand Down
2 changes: 1 addition & 1 deletion fretbursts/burst_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ def hist_width(d, i=0, bins=(0, 10, 0.025), pdf=True, yscale='log',
def hist_brightness(d, i=0, bins=(0, 60, 1), pdf=True, yscale='log',
gamma=1, add_naa=False, label_prefix=None,
color=None, plot_style=None):
"""Plot histogram of burst brightness, i.e. burst size / duration).
"""Plot histogram of burst brightness, i.e. burst size / duration.
Parameters:
d (Data): Data object
Expand Down

0 comments on commit aa0c1c6

Please sign in to comment.