Skip to content

Commit

Permalink
rm duplicate linestyle...
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Aug 22, 2020
1 parent 00bc861 commit 4896783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_streamdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,7 @@ def check_track_plotting(sdf,d1,d2,phys=False,interp=True,spread=2,ls='-'):
sdf.plotProgenitor(d1=d1,d2=d2)
else:
sdf.plotTrack(d1=d1,d2=d2,interp=interp,spread=spread,
scaleToPhysical=phys,ls='none',linestyle='--',
scaleToPhysical=phys,ls='none',
color='k',lw=2.,marker='.')
sdf.plotProgenitor(d1=d1,d2=d2,scaleToPhysical=phys)
return None
Expand Down

0 comments on commit 4896783

Please sign in to comment.