We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1103385 commit 4c57addCopy full SHA for 4c57add
lib/mpl_toolkits/axisartist/angle_helper.py
@@ -1,3 +1,5 @@
1
+from __future__ import print_function
2
+
3
from math import floor
4
5
import numpy as np
@@ -6,7 +8,6 @@
6
8
A = np.array
7
9
10
from mpl_toolkits.axisartist.grid_finder import ExtremeFinderSimple
-from __future__ import print_function
11
12
def select_step_degree(dv):
13
lib/mpl_toolkits/axisartist/grid_finder.py
import matplotlib.cbook as mcbook
from matplotlib.transforms import Bbox
@@ -7,8 +9,6 @@
import matplotlib.ticker as mticker
from matplotlib.transforms import Transform
-
# extremes finder
14
class ExtremeFinderSimple(object):
0 commit comments