Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
giulioungaretti committed Feb 20, 2017
1 parent f8db582 commit e975040
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qcodes/plots/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ def add(self, *args, updater=None, **kwargs):
kwargs: after inserting info found in args and possibly in set_arrays
into `x`, `y`, and optionally `z`, these are passed along to
self.add_to_plot
self.add_to_plot.
To use custom labels and units pass for example:
>>> plot.add(x=set, y=amplitude, xlabel=("set", "s"), ylabel= ("Amplitude", "V"))
Array shapes for 2D plots:
x:(1D-length m), y:(1D-length n), z: (2D- n*m array)
Expand Down

0 comments on commit e975040

Please sign in to comment.