|
C alias PLINT | function (PLFLT, PLFLT) def_func |
|
alias void | function (PLINT, PLFLT *, PLFLT *) fill_func |
|
alias void | function (PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer) pltr_func |
|
PLFLT ** | convert_array (PLFLT[][] a) |
|
PLINT | plparseopts (char[][] args, PLINT mode) |
|
void | plvect (PLFLT[][] u, PLFLT[][] v, PLFLT scale, pltr_func pltr=null, PLPointer pltr_data=null) |
|
void | plvect (PLFLT[][] u, PLFLT[][] v, PLFLT scale, ref PLcGrid cgrid) |
|
void | plvect (PLFLT[][] u, PLFLT[][] v, PLFLT scale, ref PLcGrid2 cgrid2) |
|
void | plsvect (PLFLT[] arrowx, PLFLT[] arrowy, PLBOOL fill) |
|
void | plaxes (PLFLT x0, PLFLT y0, string xopt, PLFLT xtick, PLINT nxsub, string yopt, PLFLT ytick, PLINT nysub) |
|
void | plbin (PLFLT[] x, PLFLT[] y, PLINT opt) |
|
void | plbox (string xopt, PLFLT xtick, PLINT nxsub, string yopt, PLFLT ytick, PLINT nysub) |
|
void | plbox3 (string xopt, string xlabel, PLFLT xtick, PLINT nsubx, string yopt, string ylabel, PLFLT ytick, PLINT nsuby, string zopt, string zlabel, PLFLT ztick, PLINT nsubz) |
|
void | plcolorbar (PLFLT *p_colorbar_width, PLFLT *p_colorbar_height, PLINT opt, PLINT position, PLFLT x, PLFLT y, PLFLT x_length, PLFLT y_length, PLINT bg_color, PLINT bb_color, PLINT bb_style, PLFLT low_cap_color, PLFLT high_cap_color, PLINT cont_color, PLFLT cont_width, PLINT[] label_opts, string[] label, string[] axis_opts, PLFLT[] ticks, PLINT[] sub_ticks, PLFLT[][] values) |
|
void | plcont (PLFLT[][] f, PLINT kx, PLINT lx, PLINT ky, PLINT ly, PLFLT[] clevel, pltr_func pltr, PLPointer pltr_data=null) |
|
void | plcont (PLFLT[][] f, PLINT kx, PLINT lx, PLINT ky, PLINT ly, PLFLT[] clevel, ref PLcGrid cgrid) |
|
void | plcont (PLFLT[][] f, PLINT kx, PLINT lx, PLINT ky, PLINT ly, PLFLT[] clevel, ref PLcGrid2 cgrid2) |
|
void | plerrx (PLFLT[] xmin, PLFLT[] xmax, PLFLT[] y) |
|
void | plerry (PLFLT[] x, PLFLT[] ymin, PLFLT[] ymax) |
|
void | plfill (PLFLT[] x, PLFLT[] y) |
|
void | plfill3 (PLFLT[] x, PLFLT[] y, PLFLT[] z) |
|
void | plgdev (out string p_dev) |
|
void | plgfnam (out string fnam) |
|
void | plgradient (PLFLT[] x, PLFLT[] y, PLFLT angle) |
|
void | plgriddata (PLFLT[] x, PLFLT[] y, PLFLT[] z, PLFLT[] xg, PLFLT[] yg, PLFLT[][] zg, PLINT type, PLFLT data) |
|
void | plgver (out string p_ver) |
|
void | plhist (PLFLT[] data, PLFLT datmin, PLFLT datmax, PLINT nbin, PLINT opt) |
|
void | pllab (string xlabel, string ylabel, string tlabel) |
|
void | pllegend (PLFLT *p_legend_width, PLFLT *p_legend_height, PLINT opt, PLINT position, PLFLT x, PLFLT y, PLFLT plot_width, PLINT bg_color, PLINT bb_color, PLINT bb_style, PLINT nrow, PLINT ncolumn, PLINT[] opt_array, PLFLT text_offset, PLFLT text_scale, PLFLT text_spacing, PLFLT text_justification, PLINT[] text_colors, string[] text, PLINT[] box_colors, PLINT[] box_patterns, PLFLT[] box_scales, PLFLT[] box_line_widths, PLINT[] line_colors, PLINT[] line_styles, PLFLT[] line_widths, PLINT[] symbol_colors, PLFLT[] symbol_scales, PLINT[] symbol_numbers, string[] symbols) |
|
void | plline (PLFLT[] x, PLFLT[] y) |
|
void | plline3 (PLFLT[] x, PLFLT[] y, PLFLT[] z) |
|
void | plmap (mapform_func mapform, string type, PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat) |
|
void | plmapline (mapform_func mapform, string name, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, const PLINT[] plotentries) |
|
void | plmapstring (mapform_func mapform, string name, string string, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, const PLINT[] plotentries) |
|
void | plmaptex (mapform_func mapform, string name, PLFLT dx, PLFLT dy, PLFLT just, string text, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, PLINT plotentry) |
|
void | plmapfill (mapform_func mapform, string name, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, const PLINT[] plotentries) |
|
void | plmesh (PLFLT[] x, PLFLT[] y, PLFLT[][] z, PLINT opt) |
|
void | plmeshc (PLFLT[] x, PLFLT[] y, PLFLT[][] z, PLINT opt, PLFLT[] clevel) |
|
void | plmtex (string side, PLFLT disp, PLFLT pos, PLFLT just, string text) |
|
void | plmtex3 (string side, PLFLT disp, PLFLT pos, PLFLT just, string text) |
|
void | plot3d (PLFLT[] x, PLFLT[] y, PLFLT[][] z, PLINT opt, PLBOOL side) |
|
void | plot3dc (PLFLT[] x, PLFLT[] y, PLFLT[][] z, PLINT opt, PLFLT[] clevel) |
|
void | plot3dcl (PLFLT[] x, PLFLT[] y, PLFLT[][] z, PLINT opt, PLFLT[] clevel, PLINT ixstart, PLINT ixn, PLINT[] indexymin, PLINT[] indexymax) |
|
void | plpat (PLINT[] inc, PLINT[] del) |
|
void | plpoin (PLFLT[] x, PLFLT[] y, PLINT code) |
|
void | plpoin3 (PLFLT[] x, PLFLT[] y, PLFLT[] z, PLINT code) |
|
void | plstring (PLFLT[] x, PLFLT[] y, string text) |
|
void | plstring3 (PLFLT[] x, PLFLT[] y, PLFLT[] z, string text) |
|
void | plpoly3 (PLFLT[] x, PLFLT[] y, PLFLT[] z, PLBOOL[] draw, PLBOOL ifcc) |
|
void | plptex (PLFLT x, PLFLT y, PLFLT dx, PLFLT dy, PLFLT just, string text) |
|
void | plptex3 (PLFLT wx, PLFLT wy, PLFLT wz, PLFLT dx, PLFLT dy, PLFLT dz, PLFLT sx, PLFLT sy, PLFLT sz, PLFLT just, string text) |
|
void | plspal0 (string filename) |
|
void | plspal1 (string filename, PLBOOL interpolate) |
|
void | plscmap0 (PLINT[] r, PLINT[] g, PLINT[] b) |
|
void | plscmap0a (PLINT[] r, PLINT[] g, PLINT[] b, PLFLT[] a) |
|
void | plscmap1 (PLINT[] r, PLINT[] g, PLINT[] b) |
|
void | plscmap1a (PLINT[] r, PLINT[] g, PLINT[] b, PLFLT[] a) |
|
void | plscmap1l (PLBOOL itype, PLFLT[] intensity, PLFLT[] coord1, PLFLT[] coord2, PLFLT[] coord3, PLBOOL[] alt_hue_path=null) |
|
void | plscmap1la (PLBOOL itype, PLFLT[] intensity, PLFLT[] coord1, PLFLT[] coord2, PLFLT[] coord3, PLFLT[] a, PLBOOL[] alt_hue_path=null) |
|
void | plsdev (string devname) |
|
void | plsfnam (string fnam) |
|
void | plshade (PLFLT[][] a, def_func defined, PLFLT left, PLFLT right, PLFLT bottom, PLFLT top, PLFLT shade_min, PLFLT shade_max, PLINT sh_cmap, PLFLT sh_color, PLFLT sh_width, PLINT min_color, PLFLT min_width, PLINT max_color, PLFLT max_width, PLBOOL rectangular, pltr_func pltr=null, PLPointer pltr_data=null) |
|
void | plshades (PLFLT[][] a, def_func defined, PLFLT xmin, PLFLT xmax, PLFLT ymin, PLFLT ymax, PLFLT[] clevel, PLFLT fill_width, PLINT cont_color, PLFLT cont_width, PLBOOL rectangular, pltr_func pltr=null, PLPointer pltr_data=null) |
|
void | plshades (PLFLT[][] a, def_func defined, PLFLT xmin, PLFLT xmax, PLFLT ymin, PLFLT ymax, PLFLT[] clevel, PLFLT fill_width, PLINT cont_color, PLFLT cont_width, PLBOOL rectangular, ref PLcGrid cgrid) |
|
void | plshades (PLFLT[][] a, def_func defined, PLFLT xmin, PLFLT xmax, PLFLT ymin, PLFLT ymax, PLFLT[] clevel, PLFLT fill_width, PLINT cont_color, PLFLT cont_width, PLBOOL rectangular, ref PLcGrid2 cgrid2) |
|
void | plstart (string devname, PLINT nx, PLINT ny) |
|
void | plstripc (PLINT *id, string xspec, string yspec, PLFLT xmin, PLFLT xmax, PLFLT xjump, PLFLT ymin, PLFLT ymax, PLFLT xlpos, PLFLT ylpos, PLBOOL y_ascl, PLBOOL acc, PLINT colbox, PLINT collab, PLINT[] colline, PLINT[] styline, string[] legline, string labx, string laby, string labtop) |
|
void | plimagefr (PLFLT[][] idata, PLFLT xmin, PLFLT xmax, PLFLT ymin, PLFLT ymax, PLFLT zmin, PLFLT zmax, PLFLT valuemin, PLFLT valuemax, pltr_func pltr=null, PLPointer pltr_data=null) |
|
void | plimagefr (PLFLT[][] idata, PLFLT xmin, PLFLT xmax, PLFLT ymin, PLFLT ymax, PLFLT zmin, PLFLT zmax, PLFLT valuemin, PLFLT valuemax, PLcGrid cgrid) |
|
void | plimagefr (PLFLT[][] idata, PLFLT xmin, PLFLT xmax, PLFLT ymin, PLFLT ymax, PLFLT zmin, PLFLT zmax, PLFLT valuemin, PLFLT valuemax, PLcGrid2 cgrid2) |
|
void | plimage (PLFLT[][] idata, PLFLT xmin, PLFLT xmax, PLFLT ymin, PLFLT ymax, PLFLT zmin, PLFLT zmax, PLFLT Dxmin, PLFLT Dxmax, PLFLT Dymin, PLFLT Dymax) |
|
void | plstyl (PLINT[] mark, PLINT[] space) |
|
void | plsurf3d (PLFLT[] x, PLFLT[] y, PLFLT[][] z, PLINT opt, PLFLT[] clevel=null) |
|
void | plsurf3dl (PLFLT[] x, PLFLT[] y, PLFLT[][] z, PLINT opt, PLFLT[] clevel, PLINT ixstart, PLINT ixn, PLINT[] indexymin, PLINT[] indexymax) |
|
void | plsym (PLFLT[] x, PLFLT[] y, PLINT code) |
|
void | pltimefmt (string fmt) |
|
PLINT | plsetopt (string opt, string optarg) |
|
void | plMinMax2dGrid (PLFLT[][] f, out PLFLT fmax, out PLFLT fmin) |
|
void | c_pl_setcontlabelformat (PLINT lexp, PLINT sigdig) |
|
void | c_pl_setcontlabelparam (PLFLT offset, PLFLT size, PLFLT spacing, PLINT active) |
|
void | c_pladv (PLINT page) |
|
void | c_plvect (PLFLT **u, PLFLT **v, PLINT nx, PLINT ny, PLFLT scale, void function(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer) pltr, PLPointer pltr_data) |
|
void | c_plsvect (PLFLT *arrowx, PLFLT *arrowy, PLINT npts, PLBOOL fill) |
|
void | c_plaxes (PLFLT x0, PLFLT y0, const char *xopt, PLFLT xtick, PLINT nxsub, const char *yopt, PLFLT ytick, PLINT nysub) |
|
void | c_plbin (PLINT nbin, PLFLT *x, PLFLT *y, PLINT opt) |
|
void | c_plbop () |
|
void | c_plbox (const char *xopt, PLFLT xtick, PLINT nxsub, const char *yopt, PLFLT ytick, PLINT nysub) |
|
void | c_plbox3 (const char *xopt, const char *xlabel, PLFLT xtick, PLINT nsubx, const char *yopt, const char *ylabel, PLFLT ytick, PLINT nsuby, const char *zopt, const char *zlabel, PLFLT ztick, PLINT nsubz) |
|
void | c_plbtime (PLINT *year, PLINT *month, PLINT *day, PLINT *hour, PLINT *min, PLFLT *sec, PLFLT ctime) |
|
void | c_plslabelfunc (void function(PLINT, PLFLT, char *, PLINT, PLPointer) labelfunc, PLPointer label_data) |
|
void | c_plcalc_world (PLFLT rx, PLFLT ry, PLFLT *wx, PLFLT *wy, PLINT *window) |
|
void | c_plarc (PLFLT x, PLFLT y, PLFLT a, PLFLT b, PLFLT angle1, PLFLT angle2, PLFLT rotate, PLBOOL fill) |
|
void | c_plclear () |
|
void | c_plcol0 (PLINT icol0) |
|
void | c_plcol1 (PLFLT col1) |
|
void | c_plconfigtime (PLFLT scale, PLFLT offset1, PLFLT offset2, PLINT ccontrol, PLBOOL ifbtime_offset, PLINT year, PLINT month, PLINT day, PLINT hour, PLINT min, PLFLT sec) |
|
void | c_plcont (PLFLT **f, PLINT nx, PLINT ny, PLINT kx, PLINT lx, PLINT ky, PLINT ly, PLFLT *clevel, PLINT nlevel, void function(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer) pltr, PLPointer pltr_data) |
|
void | plfcont (PLFLT function(PLINT, PLINT, PLPointer) f2eval, PLPointer f2eval_data, PLINT nx, PLINT ny, PLINT kx, PLINT lx, PLINT ky, PLINT ly, PLFLT *clevel, PLINT nlevel, void function(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer) pltr, PLPointer pltr_data) |
|
void | c_plcpstrm (PLINT iplsr, PLBOOL flags) |
|
void | c_plctime (PLINT year, PLINT month, PLINT day, PLINT hour, PLINT min, PLFLT sec, PLFLT *ctime) |
|
void | pldid2pc (PLFLT *xmin, PLFLT *ymin, PLFLT *xmax, PLFLT *ymax) |
|
void | pldip2dc (PLFLT *xmin, PLFLT *ymin, PLFLT *xmax, PLFLT *ymax) |
|
void | c_plend () |
|
void | c_plend1 () |
|
void | c_plenv (PLFLT xmin, PLFLT xmax, PLFLT ymin, PLFLT ymax, PLINT just, PLINT axis) |
|
void | c_plenv0 (PLFLT xmin, PLFLT xmax, PLFLT ymin, PLFLT ymax, PLINT just, PLINT axis) |
|
void | c_pleop () |
|
void | c_plerrx (PLINT n, PLFLT *xmin, PLFLT *xmax, PLFLT *y) |
|
void | c_plerry (PLINT n, PLFLT *x, PLFLT *ymin, PLFLT *ymax) |
|
void | c_plfamadv () |
|
void | c_plfill (PLINT n, PLFLT *x, PLFLT *y) |
|
void | c_plfill3 (PLINT n, PLFLT *x, PLFLT *y, PLFLT *z) |
|
void | c_plflush () |
|
void | c_plfont (PLINT ifont) |
|
void | c_plfontld (PLINT fnt) |
|
void | c_plgchr (PLFLT *p_def, PLFLT *p_ht) |
|
void | c_plgcol0 (PLINT icol0, PLINT *r, PLINT *g, PLINT *b) |
|
void | c_plgcol0a (PLINT icol0, PLINT *r, PLINT *g, PLINT *b, PLFLT *a) |
|
void | c_plgcolbg (PLINT *r, PLINT *g, PLINT *b) |
|
void | c_plgcolbga (PLINT *r, PLINT *g, PLINT *b, PLFLT *a) |
|
void | c_plgcompression (PLINT *compression) |
|
void | c_plgdev (char *p_dev) |
|
void | c_plgdidev (PLFLT *p_mar, PLFLT *p_aspect, PLFLT *p_jx, PLFLT *p_jy) |
|
void | c_plgdiori (PLFLT *p_rot) |
|
void | c_plgdiplt (PLFLT *p_xmin, PLFLT *p_ymin, PLFLT *p_xmax, PLFLT *p_ymax) |
|
void | c_plgfci (PLUNICODE *pfci) |
|
void | c_plgfam (PLINT *p_fam, PLINT *p_num, PLINT *p_bmax) |
|
void | c_plgfnam (char *fnam) |
|
void | c_plgfont (PLINT *p_family, PLINT *p_style, PLINT *p_weight) |
|
void | c_plglevel (PLINT *p_level) |
|
void | c_plgpage (PLFLT *p_xp, PLFLT *p_yp, PLINT *p_xleng, PLINT *p_yleng, PLINT *p_xoff, PLINT *p_yoff) |
|
void | c_plgra () |
|
void | c_plgradient (PLINT n, PLFLT *x, PLFLT *y, PLFLT angle) |
|
void | c_plgriddata (PLFLT *x, PLFLT *y, PLFLT *z, PLINT npts, PLFLT *xg, PLINT nptsx, PLFLT *yg, PLINT nptsy, PLFLT **zg, PLINT type, PLFLT data) |
|
void | c_plgspa (PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax) |
|
void | c_plgstrm (PLINT *p_strm) |
|
void | c_plgver (char *p_ver) |
|
void | c_plgvpd (PLFLT *p_xmin, PLFLT *p_xmax, PLFLT *p_ymin, PLFLT *p_ymax) |
|
void | c_plgvpw (PLFLT *p_xmin, PLFLT *p_xmax, PLFLT *p_ymin, PLFLT *p_ymax) |
|
void | c_plgxax (PLINT *p_digmax, PLINT *p_digits) |
|
void | c_plgyax (PLINT *p_digmax, PLINT *p_digits) |
|
void | c_plgzax (PLINT *p_digmax, PLINT *p_digits) |
|
void | c_plhist (PLINT n, PLFLT *data, PLFLT datmin, PLFLT datmax, PLINT nbin, PLINT opt) |
|
void | c_plhls (PLFLT h, PLFLT l, PLFLT s) |
|
void | c_plhlsrgb (PLFLT h, PLFLT l, PLFLT s, PLFLT *p_r, PLFLT *p_g, PLFLT *p_b) |
|
void | c_plinit () |
|
void | c_pljoin (PLFLT x1, PLFLT y1, PLFLT x2, PLFLT y2) |
|
void | c_pllab (const char *xlabel, const char *ylabel, const char *tlabel) |
|
void | c_pllegend (PLFLT *p_legend_width, PLFLT *p_legend_height, PLINT opt, PLINT position, PLFLT x, PLFLT y, PLFLT plot_width, PLINT bg_color, PLINT bb_color, PLINT bb_style, PLINT nrow, PLINT ncolumn, PLINT nlegend, PLINT *opt_array, PLFLT text_offset, PLFLT text_scale, PLFLT text_spacing, PLFLT text_justification, PLINT *text_colors, const char **text, PLINT *box_colors, PLINT *box_patterns, PLFLT *box_scales, PLFLT *box_line_widths, PLINT *line_colors, PLINT *line_styles, PLFLT *line_widths, PLINT *symbol_colors, PLFLT *symbol_scales, PLINT *symbol_numbers, const char **symbols) |
|
void | c_plcolorbar (PLFLT *p_colorbar_width, PLFLT *p_colorbar_height, PLINT opt, PLINT position, PLFLT x, PLFLT y, PLFLT x_length, PLFLT y_length, PLINT bg_color, PLINT bb_color, PLINT bb_style, PLFLT low_cap_color, PLFLT high_cap_color, PLINT cont_color, PLFLT cont_width, PLINT n_labels, const PLINT *label_opts, const char **label, PLINT n_axes, const char **axis_opts, const PLFLT *ticks, const PLINT *sub_ticks, const PLINT *n_values, const PLFLT **values) |
|
void | c_pllightsource (PLFLT x, PLFLT y, PLFLT z) |
|
void | c_plline (PLINT n, PLFLT *x, PLFLT *y) |
|
void | c_plline3 (PLINT n, PLFLT *x, PLFLT *y, PLFLT *z) |
|
void | c_pllsty (PLINT lin) |
|
void | c_plmap (void function(PLINT, PLFLT *, PLFLT *) mapform, const char *type, PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat) |
|
void | c_plmapline (void function(PLINT, PLFLT *, PLFLT *) mapform, const char *name, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, const PLINT *plotentries, PLINT nplotentries) |
|
void | c_plmapstring (void function(PLINT, PLFLT *, PLFLT *) mapform, const char *name, const char *string, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, const PLINT *plotentries, PLINT nplotentries) |
|
void | c_plmaptex (void function(PLINT, PLFLT *, PLFLT *) mapform, const char *name, PLFLT dx, PLFLT dy, PLFLT just, const char *text, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, PLINT plotentry) |
|
void | c_plmapfill (void function(PLINT, PLFLT *, PLFLT *) mapform, const char *name, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, const PLINT *plotentries, PLINT nplotentries) |
|
void | c_plmeridians (void function(PLINT, PLFLT *, PLFLT *) mapform, PLFLT dlong, PLFLT dlat, PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat) |
|
void | c_plmesh (PLFLT *x, PLFLT *y, PLFLT **z, PLINT nx, PLINT ny, PLINT opt) |
|
void | c_plmeshc (PLFLT *x, PLFLT *y, PLFLT **z, PLINT nx, PLINT ny, PLINT opt, PLFLT *clevel, PLINT nlevel) |
|
void | c_plmkstrm (PLINT *p_strm) |
|
void | c_plmtex (const char *side, PLFLT disp, PLFLT pos, PLFLT just, const char *text) |
|
void | c_plmtex3 (const char *side, PLFLT disp, PLFLT pos, PLFLT just, const char *text) |
|
void | c_plot3d (PLFLT *x, PLFLT *y, PLFLT **z, PLINT nx, PLINT ny, PLINT opt, PLBOOL side) |
|
void | c_plot3dc (PLFLT *x, PLFLT *y, PLFLT **z, PLINT nx, PLINT ny, PLINT opt, PLFLT *clevel, PLINT nlevel) |
|
void | c_plot3dcl (PLFLT *x, PLFLT *y, PLFLT **z, PLINT nx, PLINT ny, PLINT opt, PLFLT *clevel, PLINT nlevel, PLINT ixstart, PLINT ixn, PLINT *indexymin, PLINT *indexymax) |
|
void | c_plpat (PLINT nlin, PLINT *inc, PLINT *del) |
|
void | c_plpath (PLINT n, PLFLT x1, PLFLT y1, PLFLT x2, PLFLT y2) |
|
void | c_plpoin (PLINT n, PLFLT *x, PLFLT *y, PLINT code) |
|
void | c_plpoin3 (PLINT n, PLFLT *x, PLFLT *y, PLFLT *z, PLINT code) |
|
void | c_plpoly3 (PLINT n, PLFLT *x, PLFLT *y, PLFLT *z, PLBOOL *draw, PLBOOL ifcc) |
|
void | c_plstring (PLINT n, PLFLT *x, PLFLT *y, const char *text) |
|
void | c_plstring3 (PLINT n, PLFLT *x, PLFLT *y, PLFLT *z, const char *text) |
|
void | c_plprec (PLINT setp, PLINT prec) |
|
void | c_plpsty (PLINT patt) |
|
void | c_plptex (PLFLT x, PLFLT y, PLFLT dx, PLFLT dy, PLFLT just, const char *text) |
|
void | c_plptex3 (PLFLT wx, PLFLT wy, PLFLT wz, PLFLT dx, PLFLT dy, PLFLT dz, PLFLT sx, PLFLT sy, PLFLT sz, PLFLT just, const char *text) |
|
PLFLT | c_plrandd () |
|
void | c_plreplot () |
|
void | c_plrgb (PLFLT r, PLFLT g, PLFLT b) |
|
void | c_plrgb1 (PLINT r, PLINT g, PLINT b) |
|
void | c_plrgbhls (PLFLT r, PLFLT g, PLFLT b, PLFLT *p_h, PLFLT *p_l, PLFLT *p_s) |
|
void | c_plschr (PLFLT def, PLFLT scale) |
|
void | c_plscmap0 (PLINT *r, PLINT *g, PLINT *b, PLINT ncol0) |
|
void | c_plscmap0a (PLINT *r, PLINT *g, PLINT *b, PLFLT *a, PLINT ncol0) |
|
void | c_plscmap0n (PLINT ncol0) |
|
void | c_plscmap1 (PLINT *r, PLINT *g, PLINT *b, PLINT ncol1) |
|
void | c_plscmap1a (PLINT *r, PLINT *g, PLINT *b, PLFLT *a, PLINT ncol1) |
|
void | c_plscmap1l (PLBOOL itype, PLINT npts, PLFLT *intensity, PLFLT *coord1, PLFLT *coord2, PLFLT *coord3, PLBOOL *alt_hue_path) |
|
void | c_plscmap1la (PLBOOL itype, PLINT npts, PLFLT *intensity, PLFLT *coord1, PLFLT *coord2, PLFLT *coord3, PLFLT *a, PLBOOL *alt_hue_path) |
|
void | c_plscmap1n (PLINT ncol1) |
|
void | c_plscmap1_range (PLFLT min_color, PLFLT max_color) |
|
void | c_plgcmap1_range (PLFLT *min_color, PLFLT *max_color) |
|
void | c_plscol0 (PLINT icol0, PLINT r, PLINT g, PLINT b) |
|
void | c_plscol0a (PLINT icol0, PLINT r, PLINT g, PLINT b, PLFLT a) |
|
void | c_plscolbg (PLINT r, PLINT g, PLINT b) |
|
void | c_plscolbga (PLINT r, PLINT g, PLINT b, PLFLT a) |
|
void | c_plscolor (PLINT color) |
|
void | c_plscompression (PLINT compression) |
|
void | c_plsdev (const char *devname) |
|
void | c_plsdidev (PLFLT mar, PLFLT aspect, PLFLT jx, PLFLT jy) |
|
void | c_plsdimap (PLINT dimxmin, PLINT dimxmax, PLINT dimymin, PLINT dimymax, PLFLT dimxpmm, PLFLT dimypmm) |
|
void | c_plsdiori (PLFLT rot) |
|
void | c_plsdiplt (PLFLT xmin, PLFLT ymin, PLFLT xmax, PLFLT ymax) |
|
void | c_plsdiplz (PLFLT xmin, PLFLT ymin, PLFLT xmax, PLFLT ymax) |
|
void | c_plseed (uint s) |
|
void | c_plsesc (char esc) |
|
void | c_plsfam (PLINT fam, PLINT num, PLINT bmax) |
|
void | c_plsfci (PLUNICODE fci) |
|
void | c_plsfnam (const char *fnam) |
|
void | c_plsfont (PLINT family, PLINT style, PLINT weight) |
|
void | c_plshade (PLFLT **a, PLINT nx, PLINT ny, PLINT function(PLFLT, PLFLT) defined, PLFLT left, PLFLT right, PLFLT bottom, PLFLT top, PLFLT shade_min, PLFLT shade_max, PLINT sh_cmap, PLFLT sh_color, PLFLT sh_width, PLINT min_color, PLFLT min_width, PLINT max_color, PLFLT max_width, void function(PLINT, PLFLT *, PLFLT *) fill, PLBOOL rectangular, void function(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer) pltr, PLPointer pltr_data) |
|
void | c_plshades (PLFLT **a, PLINT nx, PLINT ny, PLINT function(PLFLT, PLFLT) defined, PLFLT xmin, PLFLT xmax, PLFLT ymin, PLFLT ymax, PLFLT *clevel, PLINT nlevel, PLFLT fill_width, PLINT cont_color, PLFLT cont_width, void function(PLINT, PLFLT *, PLFLT *) fill, PLBOOL rectangular, void function(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer) pltr, PLPointer pltr_data) |
|
void | plfshade (PLFLT function(PLINT, PLINT, PLPointer) f2eval, PLPointer f2eval_data, PLFLT function(PLINT, PLINT, PLPointer) c2eval, PLPointer c2eval_data, PLINT nx, PLINT ny, PLFLT left, PLFLT right, PLFLT bottom, PLFLT top, PLFLT shade_min, PLFLT shade_max, PLINT sh_cmap, PLFLT sh_color, PLFLT sh_width, PLINT min_color, PLFLT min_width, PLINT max_color, PLFLT max_width, void function(PLINT, PLFLT *, PLFLT *) fill, PLBOOL rectangular, void function(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer) pltr, PLPointer pltr_data) |
|
void | c_plsmaj (PLFLT def, PLFLT scale) |
|
void | c_plsmem (PLINT maxx, PLINT maxy, void *plotmem) |
|
void | c_plsmin (PLFLT def, PLFLT scale) |
|
void | c_plsori (PLINT ori) |
|
void | c_plspage (PLFLT xp, PLFLT yp, PLINT xleng, PLINT yleng, PLINT xoff, PLINT yoff) |
|
void | c_plspal0 (const char *filename) |
|
void | c_plspal1 (const char *filename, PLBOOL interpolate) |
|
void | c_plspause (PLBOOL pause) |
|
void | c_plsstrm (PLINT strm) |
|
void | c_plssub (PLINT nx, PLINT ny) |
|
void | c_plssym (PLFLT def, PLFLT scale) |
|
void | c_plstar (PLINT nx, PLINT ny) |
|
void | c_plstart (const char *devname, PLINT nx, PLINT ny) |
|
void | c_plstransform (ct_func coordinate_transform=null, PLPointer coordinate_transform_data=null) |
|
void | c_plstripa (PLINT id, PLINT pen, PLFLT x, PLFLT y) |
|
void | c_plstripc (PLINT *id, const char *xspec, const char *yspec, PLFLT xmin, PLFLT xmax, PLFLT xjump, PLFLT ymin, PLFLT ymax, PLFLT xlpos, PLFLT ylpos, PLBOOL y_ascl, PLBOOL acc, PLINT colbox, PLINT collab, PLINT *colline, PLINT *styline, const char **legline, const char *labx, const char *laby, const char *labtop) |
|
void | c_plstripd (PLINT id) |
|
void | c_plimagefr (PLFLT **idata, PLINT nx, PLINT ny, PLFLT xmin, PLFLT xmax, PLFLT ymin, PLFLT ymax, PLFLT zmin, PLFLT zmax, PLFLT valuemin, PLFLT valuemax, void function(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer), PLPointer pltr_data) |
|
void | c_plimage (PLFLT **idata, PLINT nx, PLINT ny, PLFLT xmin, PLFLT xmax, PLFLT ymin, PLFLT ymax, PLFLT zmin, PLFLT zmax, PLFLT Dxmin, PLFLT Dxmax, PLFLT Dymin, PLFLT Dymax) |
|
void | c_plstyl (PLINT nms, PLINT *mark, PLINT *space) |
|
void | c_plsurf3d (PLFLT *x, PLFLT *y, PLFLT **z, PLINT nx, PLINT ny, PLINT opt, PLFLT *clevel, PLINT nlevel) |
|
void | c_plsurf3dl (PLFLT *x, PLFLT *y, PLFLT **z, PLINT nx, PLINT ny, PLINT opt, PLFLT *clevel, PLINT nlevel, PLINT ixstart, PLINT ixn, PLINT *indexymin, PLINT *indexymax) |
|
void | c_plsvpa (PLFLT xmin, PLFLT xmax, PLFLT ymin, PLFLT ymax) |
|
void | c_plsxax (PLINT digmax, PLINT digits) |
|
void | plsxwin (PLINT window_id) |
|
void | c_plsyax (PLINT digmax, PLINT digits) |
|
void | c_plsym (PLINT n, PLFLT *x, PLFLT *y, PLINT code) |
|
void | c_plszax (PLINT digmax, PLINT digits) |
|
void | c_pltext () |
| Switches to text screen. More...
|
|
void | c_pltimefmt (const char *fmt) |
|
void | c_plvasp (PLFLT aspect) |
|
void | c_plvpas (PLFLT xmin, PLFLT xmax, PLFLT ymin, PLFLT ymax, PLFLT aspect) |
|
void | c_plvpor (PLFLT xmin, PLFLT xmax, PLFLT ymin, PLFLT ymax) |
|
void | c_plvsta () |
|
void | c_plw3d (PLFLT basex, PLFLT basey, PLFLT height, PLFLT xmin0, PLFLT xmax0, PLFLT ymin0, PLFLT ymax0, PLFLT zmin0, PLFLT zmax0, PLFLT alt, PLFLT az) |
|
void | c_plwidth (PLFLT width) |
|
void | c_plwind (PLFLT xmin, PLFLT xmax, PLFLT ymin, PLFLT ymax) |
|
void | c_plxormod (PLBOOL mode, PLBOOL *status) |
|
void | plgFileDevs (char ***p_menustr, char ***p_devname, int *p_ndev) |
|
void | plgDevs (char ***p_menustr, char ***p_devname, int *p_ndev) |
|
void | plsKeyEH (void function(PLGraphicsIn *, void *, int *) KeyEH, void *KeyEH_data) |
|
void | plsButtonEH (void function(PLGraphicsIn *, void *, int *) ButtonEH, void *ButtonEH_data) |
|
void | plsbopH (void function(void *, int *) handler, void *handler_data) |
|
void | plseopH (void function(void *, int *) handler, void *handler_data) |
|
void | plsError (PLINT *errcode, const char *errmsg) |
|
void | plsexit (int function(const char *) handler) |
|
void | plsabort (void function(const char *) handler) |
|
void | pltr0 (PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, PLPointer pltr_data) |
|
void | pltr1 (PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, PLPointer pltr_data) |
|
void | pltr2 (PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, PLPointer pltr_data) |
|
void | pltr2p (PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, PLPointer pltr_data) |
|
void | pltr0f (PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, void *pltr_data) |
|
void | pltr2f (PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, void *pltr_data) |
|
PLFLT | plf2eval2 (PLINT ix, PLINT iy, PLPointer plf2eval_data) |
|
PLFLT | plf2eval (PLINT ix, PLINT iy, PLPointer plf2eval_data) |
|
PLFLT | plf2evalr (PLINT ix, PLINT iy, PLPointer plf2eval_data) |
|
void | plClearOpts () |
|
void | plResetOpts () |
|
PLINT | plMergeOpts (PLOptionTable *options, const char *name, const char **notes) |
|
void | plSetUsage (const char *program_string, const char *usage_string) |
|
PLINT | c_plsetopt (const char *opt, const char *optarg) |
|
PLINT | c_plparseopts (int *p_argc, char **argv, PLINT mode) |
|
void | plOptUsage () |
|
void | plgesc (char *p_esc) |
|
void | pl_cmd (PLINT op, void *ptr) |
|
PLINT | plFindName (char *p) |
|
char * | plFindCommand (const char *fn) |
|
void | plGetName (const char *dir, const char *subdir, const char *filename, char **filespec) |
|
PLINT | plGetInt (const char *s) |
|
PLFLT | plGetFlt (const char *s) |
|
void | plAlloc2dGrid (PLFLT ***f, PLINT nx, PLINT ny) |
|
void | plFree2dGrid (PLFLT **f, PLINT nx, PLINT ny) |
|
void | plMinMax2dGrid (PLFLT **f, PLINT nx, PLINT ny, PLFLT *fmax, PLFLT *fmin) |
|
PLINT | plGetCursor (PLGraphicsIn *gin) |
|
PLINT | plTranslateCursor (PLGraphicsIn *gin) |
|