Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c27d0e4

Browse filesBrowse files
committed
remove blank lines
1 parent e517da1 commit c27d0e4
Copy full SHA for c27d0e4

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

‎examples/lines_bars_and_markers/linestyles.py

Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/linestyles.py
-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.