DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T s

⟦2b6f60f10⟧ TextFile

    Length: 857 (0x359)
    Types: TextFile
    Names: »style.hlp«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦e0e3e8967⟧ »./gnuplot.tar.Z« 
        └─⟦01af444b1⟧ 
            └─⟦this⟧ »gnuplot/help/plot/style.hlp« 

TextFile

Plots may be displayed in one of three styles: 'lines', 'points', or
'impulses'.  The 'lines' style connects adjacent points with lines. 
The 'points' style displays a small symbol at each point.  The
'impulses' style displays a vertical line from the X axis to each
point. 

Default styles are chosen with the 'set function style' and
'set data style' commands. 

Syntax:
        with <style>

Where <style> is one of 'lines', 'points', or 'impulses'.  These
keywords may be abbreviated. 


Examples:

This plots sin(x) with impulses:
        plot sin(x) with impulses

This plots sin(x) with points, cos(x) default:
        plot [-9:30]  sin(x) w points, cos(x)

This plots tan(x) with the default function style, "data.1" with lines:
        plot [] [-2:5] tan(x), "data.1" with l

This plots "leastsq.dat" with impulses:
        plot 'leastsq.dat' w i