sintaxis

Plot

plot {<ranges>}
{<function> | {"<datafile>" {datafile-modifiers}}}
{axes <axes>} {<title-spec>} {with <style>}
{, {definitions,} <function> ...}





Test
test {terminal | palette [rgb|rbg|grb|gbr|brg|bgr]}





Set Xrange (misma sintaxis para Yrange)
set xrange { [{{<min>}:{<max>}}] {{no}reverse} {{no}writeback} }
| restore
show xrange





Set Xtics (misma sintaxis para Ytics)
set xtics {axis | border} {{no}mirror} {{no}rotate {by <ang>}}
{ autofreq
| <incr>

| <start>, <incr> {,<end>}
| ({"<label>"} <pos> {<level>} {,{"<label>"}...) }
{ font "name{,<size>}" }
{ textcolor <colorspec> }
unset xtics
show xtics





Set Size
set size {{no}square | ratio | noratio} {,}
show size





Set Xlabel (misma sintaxis para Ylabel)
set xlabel {"<label>"} {<xoff>}{,<yoff>} {font "<font>{,<size>}"}
{{textcolor | tc} {lt <line_type> | default}}
show xlabel





Set Label
set label {<tag>}
{ {"<label text>"{,<value>}} {, ...}} }
{at <position>}
{left | center | right}
{norotate | rotate {by <degrees>}}
{font "<name>{,<size>}"}
{front | back}
{textcolor <colorspec>}

{point <pointstyle> {offset x, y} | nopoint}
unset label {<tag>}
show label





Save
save {<option>} '<filename>'





Load
load "<input-file>"





Set Key
set key {on|off} {default}
{left | right | top | bottom | outside | below | <position>}

{Left | Right} {{no}reverse}
{samplen <sample_length>} {spacing <vertical_spacing>}
{width <width_increment>}
{height <height_increment>}
{{no}autotitles}
{title "<text>"} {{no}enhanced}
{{no}box { {linestyle | ls <line_style>}
| {linetype | lt <line_type>}
{linewidth | lw <line_width>}}}

unset key
show key





Set Grid
set grid {{no}{m}xtics} {{no}{m}ytics} {{no}{m}ztics}
{{no}{m}x2tics} {{no}{m}y2tics}
{{no}{m}cbtics}
{polar {<angle>}}
{layerdefault | front | back}
{ {linestyle <major_linestyle>}
| {linetype | lt <major_linetype>}

{linewidth | lw <major_linewidth>}
{ , {linestyle | ls <minor_linestyle>}
| {linetype | lt <minor_linetype>}
{linewidth | lw <minor_linewidth>} } }
unset grid
show grid


No hay comentarios: