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

Skip to content

Commit b1b57fa

Browse files
committed
ticker.py import numpy rather than numerix
svn path=/trunk/matplotlib/; revision=3551
1 parent 838f641 commit b1b57fa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/matplotlib/ticker.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@
113113
import sys, os, re, time, math, warnings
114114
from mlab import linspace
115115
from matplotlib import verbose, rcParams
116-
from numerix import absolute, arange, array, asarray, Float, floor, log, \
117-
logical_and, nonzero, ones, take, zeros
116+
from numpy import absolute, arange, array, asarray, floor, log, logical_and, nonzero, ones, take, zeros
118117
from matplotlib.numerix.mlab import amin, amax, std, mean
119118
from matplotlib.mlab import frange
120119
from cbook import strip_math

0 commit comments

Comments
 (0)