Skip to content
Snippets Groups Projects
Commit bfbd1865 authored by Christian Fobel's avatar Christian Fobel
Browse files

Do not SI format y-axis labels - freezes Microdrop 0MQ API

parent 5b6bc8ef
Branches
No related merge requests found
......@@ -155,7 +155,6 @@ class PlotBox(object):
self.axe1.lines[line_number].set_xdata(
Experiment.data['data'][line_number][0][1::divisor])
# Format y-axis tick labels to be like `1.0nA`, `3.7mA`, etc.
self.axe1.yaxis.set_major_formatter(A_formatter)
def changetype(self, Experiment):
"""Change plot type. Set axis labels and x bounds to those stored
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment