File:Gnuplot-ayuda9.png

Summary

Description
Español: Algunas combinaciones de colores disponibles con https://github.com/Gnuplotting/gnuplot-palettes .
set terminal png truecolor size 300, 500 font "Helvetica, 10" background rgb "white"
set output 'gnuplot-ayuda9.png'
set loadpath '../caudales/gnuplot-palettes-master/'

unset key
unset tics
unset border

set multiplot title "Combinaciones de colores\ndisponibles en " layout 4,3
do for [name in "brbg blues orrd greens sand reds greys pastel2 bupu pubu ylorrd chromajs"] {
    load name.".pal"
    set title name
    plot for [n=1:10] 0.02*n linestyle n linewidth 4
}
unset multiplot
Date
Source https://github.com/Gnuplotting/gnuplot-palettes/blob/master/README.md Only the color combination and the gnuplot code
Author varios.
PNG development
InfoField

Licensing

w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-4.0#Gnuplot-ayuda9.png
Category:Gnuplot-help
Category:CC-BY-SA-4.0 Category:Gnuplot-help Category:PNG created with Gnuplot