
setBorder(pixelvalue) (default 25) | |
initPicture( xmin, xmax {, ymin {, ymax}} ) | axes( {dx, dy,} {"labels" {, "grid"| gdx {, gdy}}} ) |
line( [x,y], [u,v] ) | marker = "dot" | "arrow" | "arrowdot" | "none" |
path( [ [x1,y1], [x2,y2], ..., [xn,yn] ] ) | curve( [ [x1,y1], [x2,y2], ..., [xn,yn] ] ) |
plot( "f(x)" {, xmin, xmax, npoints} ) | plot( [ "f(t)", "g(t)" ] {, tmin, tmax, npoints} ) |
stroke = "color" | strokewidth = "pixelvalue" (default 1) |
fill = "color" | strokedasharray = "dashpixel spacepixel" |
fontsize = "pixel" (default 20) | fontweight = "bold" | "normal" |
fontstyle = "italic" | "normal" | fontfamily = "serif"|"sansserif"|"fixed"|"monotype" |
circle( [x,y], r ) | ellipse( [x,y], rx, ry ) |
arc( [x,y], [u,v], r ) | rect( [x,y], [u,v] ) |
text( [x,y], "label" {, position} ) | dot( [x,y] {, open | closed {, "label", position} ) |
position can be: above, below, left, right, | aboveleft, aboveright, belowleft, belowright, null |