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

Skip to content

Commit 6e8e752

Browse files
committed
STYLE: appease isort in gallery example
1 parent 39722fb commit 6e8e752

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

galleries/examples/subplots_axes_and_figures/twin_axes_zorder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import matplotlib.pyplot as plt
1717
import numpy as np
1818

19-
2019
x = np.linspace(0, 10, 400)
2120
y_main = np.sin(x)
2221
y_twin = 0.4 * np.cos(x) + 0.6

0 commit comments

Comments
 (0)