Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitc27d0e4

Browse files
committed
remove blank lines
1 parente517da1 commitc27d0e4

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
importmatplotlib.pyplotasplt
1919
frommatplotlib.transformsimportblended_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)

[8]ページ先頭

©2009-2025 Movatter.jp