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

Skip to content

Commit ef57652

Browse files
committed
MNT: lint
1 parent 5ebc935 commit ef57652

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

galleries/examples/mplot3d/hexbar3d.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
Demonstrates visualising a 3D density map of data using hexagonal tessellation
77
"""
88

9-
import numpy as np
109
import matplotlib.pyplot as plt
10+
import numpy as np
11+
1112
from matplotlib.cbook import hexbin
1213

1314

0 commit comments

Comments
 (0)