How can I get gnuplot to use the default matlab color scheme? -
i'm trying compare data plot made matlab. want use gnuplot, color scheme different , makes difficult compare plots. how can gnuplot use matlab's "jet" color theme?
the solution taken this page:
set palette defined (0 0.0 0.0 0.5, \ 1 0.0 0.0 1.0, \ 2 0.0 0.5 1.0, \ 3 0.0 1.0 1.0, \ 4 0.5 1.0 0.5, \ 5 1.0 1.0 0.0, \ 6 1.0 0.5 0.0, \ 7 1.0 0.0 0.0, \ 8 0.5 0.0 0.0 )
Comments
Post a Comment