https://github.com/yl3dy/matplotlib-colormaps-for-gnuplot
https://github.com/yl3dy/matplotlib-colormaps-for-gnuplot
colormap gnuplot matplotlib
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yl3dy/matplotlib-colormaps-for-gnuplot
- Owner: yl3dy
- Created: 2016-06-03T20:30:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-03T20:31:13.000Z (almost 10 years ago)
- Last Synced: 2024-12-29T07:23:57.751Z (about 1 year ago)
- Topics: colormap, gnuplot, matplotlib
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# New colormaps from Matplotlib converted for Gnuplot
It includes four colormaps: viridis, plasma, inferno and magma. Examples of these colormaps can be seen [here](https://bids.github.io/colormap/). You can use them in gnuplot by adding the following line to your script:
load 'plasma.plt'
Replace `plasma.plt` with desired colormap.
Original colormaps are designed by Nathaniel J. Smith, Stefan van der Walt and Eric Firing, licensed under CC0. `colormap.py` is a fragment of [this file](https://github.com/BIDS/colormap/blob/master/colormaps.py).