File:ViridisDefault.png

From 太極
Revision as of 10:31, 30 August 2022 by Brb (talk | contribs) (<pre> library(viridis) n = 200 image( 1:n, 1, as.matrix(1:n), col = viridis(n, option = "D"), xlab = "viridis n", ylab = "", xaxt = "n", yaxt = "n", bty = "n" ) </pre>)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ViridisDefault.png(600 × 200 pixels, file size: 2 KB, MIME type: image/png)

Summary

library(viridis)
n = 200
image(
  1:n, 1, as.matrix(1:n),
  col = viridis(n, option = "D"),
  xlab = "viridis n", ylab = "", xaxt = "n", yaxt = "n", bty = "n"
)

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current10:31, 30 August 2022Thumbnail for version as of 10:31, 30 August 2022600 × 200 (2 KB)Brb (talk | contribs)<pre> library(viridis) n = 200 image( 1:n, 1, as.matrix(1:n), col = viridis(n, option = "D"), xlab = "viridis n", ylab = "", xaxt = "n", yaxt = "n", bty = "n" ) </pre>

The following page uses this file:

Metadata