diff --git a/README.md b/README.md index d8c1e1c..2124d14 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,11 @@ branch/master/MPLColorMap.m"; ``` The various color maps are then available as `MPLColorMap["Viridis"]` etc. -For example +For example: ``` DensityPlot[Sin[x] Sin[y], {x, 0, 2 \[Pi]}, {y, 0, 2 \[Pi]}, ColorFunction -> MPLColorMap["Viridis"]] ``` produces the following image: + ![alt text](examples/densityplot.png "Density plot of sin(x) sin(y) using the 'Viridis' color map") diff --git a/examples/densityplot.png b/examples/densityplot.png index f22dcaf..fd24ff9 100644 Binary files a/examples/densityplot.png and b/examples/densityplot.png differ