PLplot
5.9.9
|
#include <caml/alloc.h>
#include <caml/callback.h>
#include <caml/fail.h>
#include <caml/memory.h>
#include <caml/misc.h>
#include <caml/mlvalues.h>
#include <caml/bigarray.h>
#include <plplotP.h>
#include <plplot.h>
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | MAX_EXCEPTION_MESSAGE_LENGTH 1000 |
#define | CAML_PLPLOT_PLOTTER_FUNC_NAME "caml_plplot_plotter" |
#define | CAML_PLPLOT_MAPFORM_FUNC_NAME "caml_plplot_mapform" |
#define | CAML_PLPLOT_DEFINED_FUNC_NAME "caml_plplot_defined" |
#define | CAML_PLPLOT_LABEL_FUNC_NAME "caml_plplot_customlabel" |
#define | CAML_PLPLOT_ABORT_FUNC_NAME "caml_plplot_abort" |
#define | CAML_PLPLOT_EXIT_FUNC_NAME "caml_plplot_exit" |
#define | CAML_PLPLOT_TRANSFORM_FUNC_NAME "caml_plplot_transform" |
#define | INIT_STRING_ARRAY(o) |
#define | INIT_INT_ARRAY(o) |
#define | INIT_INT_ARRAYS(o) |
Typedefs | |
typedef void(* | ML_PLOTTER_FUNC )(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer) |
typedef PLINT(* | ML_DEFINED_FUNC )(PLFLT, PLFLT) |
typedef void(* | ML_MAPFORM_FUNC )(PLINT, PLFLT *, PLFLT *) |
typedef void(* | ML_LABEL_FUNC )(PLINT, PLFLT, char *, PLINT, PLPointer) |
typedef PLINT(* | ML_VARIANT_FUNC )(PLINT) |
#define CAML_PLPLOT_ABORT_FUNC_NAME "caml_plplot_abort" |
Definition at line 41 of file plplot_impl.c.
#define CAML_PLPLOT_DEFINED_FUNC_NAME "caml_plplot_defined" |
Definition at line 39 of file plplot_impl.c.
#define CAML_PLPLOT_EXIT_FUNC_NAME "caml_plplot_exit" |
Definition at line 42 of file plplot_impl.c.
#define CAML_PLPLOT_LABEL_FUNC_NAME "caml_plplot_customlabel" |
Definition at line 40 of file plplot_impl.c.
#define CAML_PLPLOT_MAPFORM_FUNC_NAME "caml_plplot_mapform" |
Definition at line 38 of file plplot_impl.c.
#define CAML_PLPLOT_PLOTTER_FUNC_NAME "caml_plplot_plotter" |
Definition at line 37 of file plplot_impl.c.
#define CAML_PLPLOT_TRANSFORM_FUNC_NAME "caml_plplot_transform" |
Definition at line 43 of file plplot_impl.c.
#define INIT_INT_ARRAY | ( | o | ) |
Definition at line 651 of file plplot_impl.c.
#define INIT_INT_ARRAYS | ( | o | ) |
Definition at line 658 of file plplot_impl.c.
#define INIT_STRING_ARRAY | ( | o | ) |
Definition at line 644 of file plplot_impl.c.
#define MAX_EXCEPTION_MESSAGE_LENGTH 1000 |
Definition at line 36 of file plplot_impl.c.
Definition at line 46 of file plplot_impl.c.
Definition at line 48 of file plplot_impl.c.
Definition at line 47 of file plplot_impl.c.
Definition at line 45 of file plplot_impl.c.
Definition at line 49 of file plplot_impl.c.
ML_DEFINED_FUNC get_ml_defined_func | ( | ) |
Definition at line 248 of file plplot_impl.c.
ML_MAPFORM_FUNC get_ml_mapform_func | ( | ) |
Definition at line 265 of file plplot_impl.c.
ML_PLOTTER_FUNC get_ml_plotter_func | ( | ) |
Definition at line 231 of file plplot_impl.c.
int lor_ml_list | ( | value | list, |
ML_VARIANT_FUNC | variant_f | ||
) |
Definition at line 667 of file plplot_impl.c.
void ml_abort | ( | const char * | message | ) |
Definition at line 168 of file plplot_impl.c.
Definition at line 89 of file plplot_impl.c.
int ml_exit | ( | const char * | message | ) |
Definition at line 187 of file plplot_impl.c.
Definition at line 146 of file plplot_impl.c.
value ml_plcolorbar | ( | value | opt, |
value | position, | ||
value | x, | ||
value | y, | ||
value | x_length, | ||
value | y_length, | ||
value | bg_color, | ||
value | bb_color, | ||
value | bb_style, | ||
value | low_cap_color, | ||
value | high_cap_color, | ||
value | cont_color, | ||
value | cont_width, | ||
value | label_opts, | ||
value | label, | ||
value | axis_opts, | ||
value | ticks, | ||
value | sub_ticks, | ||
value | values | ||
) |
Definition at line 902 of file plplot_impl.c.
Definition at line 981 of file plplot_impl.c.
void ml_plcont | ( | const PLFLT ** | f, |
PLINT | nx, | ||
PLINT | ny, | ||
PLINT | kx, | ||
PLINT | lx, | ||
PLINT | ky, | ||
PLINT | ly, | ||
PLFLT * | clevel, | ||
PLINT | nlevel | ||
) |
Definition at line 379 of file plplot_impl.c.
Definition at line 534 of file plplot_impl.c.
Definition at line 593 of file plplot_impl.c.
void ml_plimagefr | ( | const PLFLT ** | idata, |
PLINT | nx, | ||
PLINT | ny, | ||
PLFLT | xmin, | ||
PLFLT | xmax, | ||
PLFLT | ymin, | ||
PLFLT | ymax, | ||
PLFLT | zmin, | ||
PLFLT | zmax, | ||
PLFLT | valuemin, | ||
PLFLT | valuemax | ||
) |
Definition at line 474 of file plplot_impl.c.
value ml_pllegend | ( | value | opt, |
value | position, | ||
value | x, | ||
value | y, | ||
value | plot_width, | ||
value | bg_color, | ||
value | bb_color, | ||
value | bb_style, | ||
value | nrow, | ||
value | ncolumn, | ||
value | opt_array, | ||
value | text_offset, | ||
value | text_scale, | ||
value | text_spacing, | ||
value | text_justification, | ||
value | text_colors, | ||
value | text, | ||
value | box_colors, | ||
value | box_patterns, | ||
value | box_scales, | ||
value | box_line_widths, | ||
value | line_colors, | ||
value | line_styles, | ||
value | line_widths, | ||
value | symbol_colors, | ||
value | symbol_scales, | ||
value | symbol_numbers, | ||
value | symbols | ||
) |
Definition at line 811 of file plplot_impl.c.
Definition at line 892 of file plplot_impl.c.
Definition at line 505 of file plplot_impl.c.
void ml_plmeridians | ( | PLFLT | dlong, |
PLFLT | dlat, | ||
PLFLT | minlong, | ||
PLFLT | maxlong, | ||
PLFLT | minlat, | ||
PLFLT | maxlat | ||
) |
Definition at line 518 of file plplot_impl.c.
Definition at line 60 of file plplot_impl.c.
Definition at line 684 of file plplot_impl.c.
void ml_plpoly3 | ( | PLINT | n, |
PLFLT * | x, | ||
PLFLT * | y, | ||
PLFLT * | z, | ||
PLINT | ndraw, | ||
PLBOOL * | draw, | ||
PLBOOL | ifcc | ||
) |
Definition at line 605 of file plplot_impl.c.
Definition at line 306 of file plplot_impl.c.
Definition at line 325 of file plplot_impl.c.
void ml_plshade | ( | const PLFLT ** | a, |
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, | ||
PLBOOL | rectangular | ||
) |
Definition at line 410 of file plplot_impl.c.
void ml_plshades | ( | const PLFLT ** | a, |
PLINT | nx, | ||
PLINT | ny, | ||
PLFLT | xmin, | ||
PLFLT | xmax, | ||
PLFLT | ymin, | ||
PLFLT | ymax, | ||
PLFLT * | clevel, | ||
PLINT | nlevel, | ||
PLFLT | fill_width, | ||
PLINT | cont_color, | ||
PLINT | cont_width, | ||
PLBOOL | rectangular | ||
) |
Definition at line 450 of file plplot_impl.c.
Definition at line 284 of file plplot_impl.c.
Definition at line 346 of file plplot_impl.c.
value ml_plstripc | ( | value | xspec, |
value | yspec, | ||
value | xmin, | ||
value | xmax, | ||
value | xjump, | ||
value | ymin, | ||
value | ymax, | ||
value | xlpos, | ||
value | ylpos, | ||
value | y_ascl, | ||
value | acc, | ||
value | colbox, | ||
value | collab, | ||
value | colline, | ||
value | styline, | ||
value | legline, | ||
value | labx, | ||
value | laby, | ||
value | labtop | ||
) |
Definition at line 706 of file plplot_impl.c.
Definition at line 740 of file plplot_impl.c.
void ml_pltr0 | ( | double | x, |
double | y, | ||
double * | tx, | ||
double * | ty | ||
) |
Definition at line 990 of file plplot_impl.c.
Definition at line 995 of file plplot_impl.c.
Definition at line 1015 of file plplot_impl.c.
Definition at line 493 of file plplot_impl.c.
Definition at line 208 of file plplot_impl.c.
int plg_current_col0 | ( | void | ) |
Definition at line 1070 of file plplot_impl.c.
Definition at line 1076 of file plplot_impl.c.
Definition at line 1091 of file plplot_impl.c.
Definition at line 1083 of file plplot_impl.c.
void plplot_check_nonzero_result | ( | int | result | ) |
Definition at line 611 of file plplot_impl.c.
int translate_colorbar_option | ( | int | colorbar_option | ) |
Definition at line 766 of file plplot_impl.c.
int translate_legend_option | ( | int | legend_option | ) |
Definition at line 748 of file plplot_impl.c.
int translate_parse_option | ( | int | parse_option | ) |
Definition at line 624 of file plplot_impl.c.
int translate_position_option | ( | int | position_option | ) |
Definition at line 793 of file plplot_impl.c.