Remove line break from import URL

This commit is contained in:
Thomas Mieling
2021-06-25 17:45:33 +02:00
parent 5a23412046
commit 45e9b68fba

View File

@@ -12,8 +12,7 @@ To import this package, either download `MPLColorMap.m` and import the file usin
```
or import the file from this web server using
```
<< "https://git.mieling.net/Thomas/MPL-Colormaps-Mathematica/raw/\
branch/master/MPLColorMap.m";
<< "https://git.mieling.net/Thomas/MPL-Colormaps-Mathematica/raw/branch/master/MPLColorMap.m";
```
The various color maps are then available as `MPLColorMap["Viridis"]` etc.