Gnuplot/palette: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
m →‎defined: ciagły
Linia 469:
 
== defined ==
===nieciągły gradient ===
<source lang=gnuplot>
# http://www.gnuplotting.org/defining-a-palette-with-discrete-colors/
set palette maxcolors 3
set palette defined ( 0 '#000fff',\
1 '#90ff70',\
2 '#ee0000')
</source>
===ciągły gradient===
Składnia: