Skip to content

Commit 21adc0a

Browse files
committed
Merge pull request #1197 from pelson/streamline_consistency
Handled future division changes for python3 (fixes #1194).
2 parents 3649d2b + 64e35f2 commit 21adc0a

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

lib/matplotlib/streamplot.py

+1
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

0 commit comments

Comments
 (0)