8000 Handled future division changes for python3 (fixes #1194). · matplotlib/matplotlib@64e35f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 64e35f2

Browse files
committed
Handled future division changes for python3 (fixes #1194).
1 parent 3649d2b commit 64e35f2

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

lib/matplotlib/streamplot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Streamline plotting for 2D vector fields.
33
44
"""
5+
from __future__ import division
56
import numpy as np
67
import matplotlib
78
import matplotlib.cm as cm
-600 Bytes
Loading

0 commit comments

Comments
 (0)
0