Skip to content

Commit b597b6e

Browse files
author
Federico Ariza
committed
adding missing numpy import in backend-tools
1 parent 363e25f commit b597b6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/backend_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import six
2020
import time
2121
import warnings
22+
import numpy as np
2223

2324

2425
class Cursors(object):

0 commit comments

Comments
 (0)