|
|
DataMuseum.dkPresents historical artifacts from the history of: Bogika Butler |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Bogika Butler Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1024 (0x400)
Types: TextFile
Names: »DEMOGRAF.GRA«
└─⟦965592d5a⟧ Bits:30009789/_.ft.Ibm2.50006609.imd Mogens Pelles Zilog 80,000 / EOS projekt
└─⟦this⟧ »DEMOGRAF.GRA«
/////////////////////////////////////////////////////
// Demonstration af GrafIt //
// systemet //
/////////////////////////////////////////////////////
//
// initialiser system
//
init
//
// scaler og definer koordinatsystem
//
scale(-16,16,-1.5,1.5)
axis(-4*pi,4*pi,pi,pi/2,-1,1,0.2,0.1)
//
// opstil akse facilliteter
//
header("Demonstration af GrafIt systemet.")
xtext("Dette er X akse")
ytext("Dette er Y akse")
format(5,2,5,2)
grid(2)
xnum
ynum
// udplot koordinatsystem
//
plotaxis
//
// definer funktion der skal plottes
//
function("sin(x)/x")
//
// opstil plottefacilliteter
//
draw
//
// plot funktion med delta x 0.5
//
plot(0.5)
//
// vent indtil der tastes en tast
//
copy(4)
//
// programmet afsluttes
//
endgraf
«eof»