From 4d2ed13d3d0795f4b104f67667d00360d0770e0e Mon Sep 17 00:00:00 2001 From: Fabio Zanini Date: Wed, 5 Nov 2014 10:29:44 +0100 Subject: [PATCH] scale: little API change in linear scale --- lib/matplotlib/scale.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/matplotlib/scale.py b/lib/matplotlib/scale.py index 8f771d90f368..68c62738653c 100644 --- a/lib/matplotlib/scale.py +++ b/lib/matplotlib/scale.py @@ -60,12 +60,8 @@ class LinearScale(ScaleBase): """ The default linear scale. """ - name = 'linear' - def __init__(self, axis, **kwargs): - pass - def set_default_locators_and_formatters(self, axis): """ Set the locators and formatters to reasonable defaults for