File:Twopalette.svg: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 April 2019

  • curprev 16:0916:09, 12 April 2019Brb talk contribs 178 bytes +178 par(mfrow=c(1,2), mar = c(5,2,2,1)) plot(1:8, col=brewer_pal(palette = "Blues")(8), pch=20, cex=4) plot(1:8, col=rev(brewer_pal(palette = "RdBu")(8)), pch=20, cex=4) dev.off()