8000 organising imports with isort · livlutz/matplotlib@af473b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit af473b9

Browse files
authored
organising imports with isort
1 parent beda46a commit af473b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

galleries/examples/color/colorbar_histogram.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
visualizing the distribution of values mapped to colors.
99
1010
"""
11-
import numpy as np
1211
import matplotlib.pyplot as plt
12+
import numpy as np
13+
1314
import matplotlib.colors as mcolors
1415

1516
# === Surface Data ===

0 commit comments

Comments
 (0)
0