Functions | |
void | plot_point (double x, double y, int color=1, int nfig=0, double ymin=-1., double ymax=1., const char *title=0x0, const char *label_y=0x0, const char *device=0x0) |
Drawing a point as a small circle. | |
void | plot_point_set (int np, const double *xx, const double *yy, int color=1, int nfig=0, double ymin=-1., double ymax=1., const char *title=0x0, const char *label_y=0x0, const char *device=0x0) |
Drawing a set of points as small circles. | |
void | plot_profile (const double *yy, int nx, int color=1, int style=1, int nfig=0, double ymin=-1., double ymax=1., const char *title=0x0, const char *label_y=0x0, const char *device=0x0) |
Drawing a profile with uniform x sampling. | |
void | plot_close (int nfig=0) |
Closing a figure. | |
void | plot_close_all () |
Closing all opened figures. |
They are characterized by the label nfig
.
|
Closing a figure.
|
|
Closing all opened figures.
|
|
|
Drawing a set of points as small circles.
|
|
Drawing a profile with uniform x sampling.
A profile is a curve y=y(x). It is drawn on the specified figure. If the latter is not opened, it will be opened with the device name
|