Preview:
# multiple line plots
plot(monthz, avgTempLondon,'r:o')
hold on # tells the graph to keep the prior plots
plot(month, avgTempRio, 'b-*')

# mixed plot types
bar(month, maxTempLondon,'yellow')
hold on
plot(monthz, avgTempLondon,'red')
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter