0 votes
in Matplotlib by
What does the expression a.plot(x, y, 'g^', x, y, 'g-') do?

a) Plots green colored upper traingle markers

b) Plots a green dashed colored line and also a green line with full of traingles

c) Plots two green colored lines with different styles

d) Plots a single green colored line with upper traingle markers

1 Answer

0 votes
by
d) Plots a single green colored line with upper traingle markers

expression a.plot(x, y, 'g^', x, y, 'g-') Plots a single green colored line with upper traingle markers

Related questions

0 votes
asked Apr 8, 2021 in JAVA by SakshiSharma
0 votes
asked Dec 25, 2021 in Matplotlib by rajeshsharma
...