Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 558 Bytes

File metadata and controls

9 lines (5 loc) · 558 Bytes

New colormaps from Matplotlib converted for Gnuplot

It includes four colormaps: viridis, plasma, inferno and magma. Examples of these colormaps can be seen here. 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.