File:Gradient.png
| Description |
English: A linear grayscale gradient from black to white. Inteneded for use as a legend for density plots. |
||
| Date | |||
| Source | Own work | ||
| Author | Inductiveload | ||
| Permission (Reusing this file) |
|
Mathematica Code
DensityPlot[
y,
{x, 0, 1},
{y, 0, 1},
AspectRatio -> 10,
ImageSize -> 100,
Frame -> False,
ColorFunction -> GrayLevel,
Method -> {"ShrinkWrap" -> True}
]
Category:Image gradient