Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor improvements suggested by tacaswell
  • Loading branch information
VincentVandalon committed Mar 8, 2016
commit 8d9d121de273f7257350a0dd899070369a004f1c
6 changes: 2 additions & 4 deletions lib/matplotlib/ticker.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,6 @@ class ScalarFormatter(Formatter):
axes.formatter.limits rc parameter.

"""
_usingOffset = False
_usingScaling = False

def __init__(self, useOffset=None, useMathText=None, useLocale=None):
# useOffset allows plotting small data ranges with large offsets: for
Expand Down Expand Up @@ -454,7 +452,7 @@ def set_useScalingFactor(self, val):

Parameters
----------
val : (True|False|numeric)
val : bool or scalar
Enable, disable, or sets and enables the use of scaling factor
in the axis.

Expand Down Expand Up @@ -541,7 +539,7 @@ def set_scientific(self, b):

Parameters
----------
b : (True|False)
b : bool
Enable, disable scientific notation

Returns
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# set this to True. It will download and build a specific version of
# FreeType, and then use that to build the ft2font extension. This
# ensures that test images are exactly reproducible.
local_freetype = True
#local_freetype = False

[status]
# To suppress display of the dependencies and their versions
Expand Down