From bfbd186537e72981f6ed699ca2c05b4291213c18 Mon Sep 17 00:00:00 2001 From: Christian Fobel Date: Thu, 19 May 2016 17:27:57 +0300 Subject: [PATCH] Do not SI format y-axis labels - freezes Microdrop 0MQ API --- dstat_interface/plot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dstat_interface/plot.py b/dstat_interface/plot.py index 51e8b94..8946394 100755 --- a/dstat_interface/plot.py +++ b/dstat_interface/plot.py @@ -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 -- GitLab