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

Skip to content

Commit 5ebc935

Browse files
committed
FIX: lint
1 parent d9efb1f commit 5ebc935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/examples/mplot3d/hexbar3d.py

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

9-
import matplotlib.pyplot as plt
109
import numpy as np
10+
import matplotlib.pyplot as plt
1111
from matplotlib.cbook import hexbin
1212

1313

0 commit comments

Comments
 (0)