diff --git a/easyplot/easyplot.py b/easyplot/easyplot.py index 2cf7b64..7636f8b 100644 --- a/easyplot/easyplot.py +++ b/easyplot/easyplot.py @@ -140,7 +140,7 @@ def add_plot(self, *args, **kwargs): ax, fig = self.kwargs['ax'], self.kwargs['fig'] - ax.ticklabel_format(useOffset=False) # Prevent offset notation in plots + #ax.ticklabel_format(useOffset=False) # Prevent offset notation in plots # Apply axes functions if present in kwargs for kwarg in self.kwargs: @@ -367,4 +367,4 @@ def _reset(self, reset=False): self.kwargs['fig'] = None self.kwargs['ax'] = None if reset: - self.kwargs = self._default_kwargs.copy() \ No newline at end of file + self.kwargs = self._default_kwargs.copy()