module GR
Extended Modules
Defined in:
grlib.crInstance Method Summary
- #activatews(i)
- #adjustlimits(xa, xb)
- #adjustrange(xa, xb)
- #axes(x_tick, y_tick, x_org, y_org, major_x, major_y, tick_size)
- #axes3d(x, x1, x2, x3, x4, x5, i, i1, i2, x6)
- #beginprint(c)
- #beginprintext(c, c1, c2, c3)
- #box(x_tick = (GRparms.winmax[0] - GRparms.winmin[0]) * 0.25, y_tick = (GRparms.winmax[1] - GRparms.winmin[1]) * 0.25, x_org = GRparms.winmin[0], y_org = GRparms.winmin[1], major_x = 1, major_y = 1, tick_size = 0.01, xlog = false, ylog = false)
- #clearws
- #closegks
- #closews(i)
- #colorbar
- #configurews
- #contour(xa, xb, xc, xd, i4)
- #contourf(xa, xb, xc, xd, i4)
- #copysegws(i)
- #createseg(i)
- #deactivatews(i)
- #drawarc(x, x1, x2, x3, x4, x5)
- #drawarrow(x, x1, x2, x3)
- #drawrect(x, x1, x2, x3)
- #endprint
- #fillarc(x, x1, x2, x3, x4, x5)
- #fillarea(x, y)
- #fillrect(x, x1, x2, x3)
- #grid(x, x1, x2, x3, i, i1)
- #herrorbars(xa, xb, xc, xd)
- #hexbin(i, xa, xb, i1)
- #hsvtorgb(x, x1, x2, xa, xb, xc)
- #initgr
- #inqcolor(i, ia)
- #inqcolorfromrgb(x, x1, x2)
- #inqcolormap(ia)
- #mathtex(x, x1, c)
- #ndctowc(xa, xb)
- #opengks
- #openws(i0, c, i1)
- #polyline(x, y)
- #polyline3d(xa, xb, xc)
- #polymarker(x, y)
- #polymarker3d(xa, xb, xc)
- #redrawsegws
- #selntran(i)
- #setarrowsize(x)
- #setarrowstyle(i)
- #setcharexpan(x)
- #setcharheight(x)
- #setcharspace(x)
- #setcharup(x, y)
- #setclip(i)
- #setcolormap(i)
- #setcolormapfromrgb(i, xa, xb, xc, xd)
- #setfillcolorind(i)
- #setfillintstyle(i)
- #setfillstyle(i)
- #setlinecolorind(i)
- #setlinetype(i)
- #setlinewidth(x)
- #setmarkercolorind(i)
- #setmarkersize(x)
- #setmarkertype(i)
- #setscale(i)
- #setspace(x, x1, i, i1)
- #settextalign(i, i1)
- #settextcolorind(i)
- #settextfontprec(i, i1)
- #settextpath(i)
- #setviewport(x, x1, x2, x3)
- #setwindow(x, x1, x2, x3)
- #setwsviewport(x, x1, x2, x3)
- #setwswindow(x, x1, x2, x3)
- #spline(x, y, i1, i2)
- #surface(xa, xb, xc, i2)
- #text(x, x1, c)
- #textext(x, x1, c)
- #tick(x, x1)
- #titles3d(c, c0, c1)
- #to_carray(a)
- #to_cchar(s)
- #tricontour(i, xa, xb, xc, i1, xd)
- #updatews
- #validaterange(x, x1)
- #verrorbars(xa, xb, xc, xd)
- #wc3towc(xa, xb, xc)
- #wctondc(xa, xb)
Instance Method Detail
def box(x_tick = (GRparms.winmax[0] - GRparms.winmin[0]) * 0.25, y_tick = (GRparms.winmax[1] - GRparms.winmin[1]) * 0.25, x_org = GRparms.winmin[0], y_org = GRparms.winmin[1], major_x = 1, major_y = 1, tick_size = 0.01, xlog = false, ylog = false)
#