mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 11:18:27 +08:00
applets/plot_hist: better help message
This commit is contained in:
parent
9acf8b7c1a
commit
331ac37505
@ -32,7 +32,7 @@ class HistogramPlot(pyqtgraph.PlotWidget):
|
||||
def main():
|
||||
applet = SimpleApplet(HistogramPlot)
|
||||
applet.add_dataset("y", "Y values")
|
||||
applet.add_dataset("x", "X values", required=False)
|
||||
applet.add_dataset("x", "Bin boundaries", required=False)
|
||||
applet.run()
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user