8000 remove blank lines · matplotlib/matplotlib@9d3ede6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d3ede6

Browse files
committed
remove blank lines
1 parent d072cf4 commit 9d3ede6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/lines_bars_and_markers/linestyles.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import matplotlib.pyplot as plt
1919
from matplotlib.transforms import blended_transform_factory
2020

21-
2221
linestyle_str = [
2322
('solid', ('solid')), # Same as (0, ()) or '-'
2423
('dotted', ('dotted')), # Same as (0, (1, 1)) or '.'
@@ -57,7 +56,6 @@ def simple_plot(ax, linestyles):
5756
xytext=(-6, -12), textcoords='offset points', color="blue",
5857
fontsize=8, ha="right", family="monospace")
5958

60-
6159
X, Y = np.linspace(0, 100, 10), np.zeros(10)
6260
fig, ax = plt.subplots(2, 1, gridspec_kw={'height_ratios': [1, 2]},
6361
figsize=(10, 6))

0 commit comments

Comments
 (0)
0