AgxColor * p_r_color
Definition: visual.h:78
enum e_canvas_type AgvCanvasType
canvas numbering for visualization
AgxVector ** p_r_vecy
Definition: visual.h:76
void agv_imshow(AgvCanvas *can, AgxMatrix *mat)
imaging the matrix data
int col
Definition: visual.h:70
color struct
Definition: picture.h:15
AgxCoordDouble min
Definition: visual.h:73
int agv_show(AgvFigure *fig)
construct the figure and show it
AgxColor * agv_color_pallete_canvas_set_size(AgvCanvas *can, int line, int size)
set the size of color pallete from the existing canvas
int row
Definition: visual.h:69
int size
Definition: visual.h:34
void agv_set_color_alpha_line(AgvCanvas *can, int line, int red, int green, int blue, double alpha)
set the color of the boundary of scattering sircle and image
void agv_xlim(AgvCanvas *can, double min, double max)
x limit values of the canvas
int * p_r_type
Definition: visual.h:66
int * p_r_radius
Definition: visual.h:68
e_canvas_type
canvas numbering for visualization
Definition: visual.h:23
void agv_plot(AgvCanvas *can, AgxVector *vecx, AgxVector *vecy)
plotting the data on a line
void agv_color_pallete_set(AgxColor *clr, int index, int r, int g, int b, double a, double val)
setting the color pallete of imshow canvas
struct s_plot_data AgxPlotData
plot data struct
int y
Definition: visual.h:59
AgxVector * vecx
Definition: visual.h:42
double r
Definition: picture.h:16
AgxVector ** p_r_vecx
Definition: visual.h:75
void agv_ylim(AgvCanvas *can, double min, double max)
y limit values of the canvas
AgvCanvas * agv_set_canvas(AgvFigure *fig, int index)
select a canvas from the existing figure
AgvFigure * agv_subplots(int row, int col)
Create a figure with subplots definition.
int r
Definition: visual.h:29
plot data struct
Definition: visual.h:41
creating vector data type in this library
Definition: vector.h:27
int grid
Definition: visual.h:72
int x
Definition: visual.h:58
int numOfVec
Definition: visual.h:81
AgxVector * vecy
Definition: visual.h:43
creating matrix data type in this library
Definition: matrix.h:27
void agv_figure_delete(AgvFigure **fig)
delete a figure
AgxMatrix ** p_r_mat
Definition: visual.h:77
canvas struct
Definition: visual.h:65
double a
Definition: picture.h:19
AgxColor * p_r_color_outside
Definition: visual.h:79
coordinate struct (double)
Definition: visual.h:49
AgxCoordDouble max
Definition: visual.h:74
double y
Definition: visual.h:51
struct s_canvas AgvCanvas
canvas struct
void agv_scatter(AgvCanvas *can, AgxVector *vecx, AgxVector *vecy)
plotting the data on some scattering bullets
double val
Definition: visual.h:33
double b
Definition: picture.h:18
AgxColor ** p_r_color_pallete
Definition: visual.h:80
struct s_figure AgvFigure
figure struct
double g
Definition: picture.h:17
coordinate struct (integer)
Definition: visual.h:57
AgvFigure * agv_figure_new(int row, int col)
create a new figure struct (should use agv_subplots instead)
int b
Definition: visual.h:31
void agv_set_grid(AgvCanvas *can, int boolean)
true if showing grid, default is false
void agv_set_linewidth(AgvCanvas *can, int line, int linewidth)
set the thick of line, the boundary of image and scattering circle
struct s_color AgxColor
color struct
int g
Definition: visual.h:30
double x
Definition: visual.h:50
struct s_coord_int AgxCoordInt
coordinate struct (integer)
struct s_coord_double AgxCoordDouble
coordinate struct (double)
int index
Definition: visual.h:71
void agv_set_radius(AgvCanvas *can, int line, int radius)
set the radius of scattering circle
void agv_set_color_alpha(AgvCanvas *can, int line, int red, int green, int blue, double alpha)
set the color of plotting and scattering, and image (the color fill)
int * p_r_linewidth
Definition: visual.h:67