xxxxxxxxxx
def _(marker=selector(['alpha','beta','gamma',
'delta','epsilon']),
color=['red','orange','yellow','green',
'cyan','blue','purple']):
m=r'$\%s$'%marker
p=plot(cos(x),(x,0,10),plot_points=30,
linestyle='',color=color,marker=m)
p.show(figsize=(5,3),gridlines=True)
No comments:
Post a Comment