Struct

AgsGuiPlot

Description

struct AgsPlot {
  AgsPlotFillFlags fill_flags;
  guint n_points;
  gboolean join_points;
  gdouble** point;
  gdouble** point_color;
  gchar** point_label;
  guint n_bitmaps;
  guchar** bitmap;
  gdouble** bitmap_color;
  guint n_pixmaps;
  gdouble*** pixmap;
}
No description available.
Structure members
fill_flags
No description available.
n_points
No description available.
join_points
No description available.
point
No description available.
point_color
No description available.
point_label
No description available.
n_bitmaps
No description available.
bitmap
No description available.
bitmap_color
No description available.
n_pixmaps
No description available.
pixmap
No description available.

Functions

ags_plot_alloc

Allocate AgsPlot-struct.

since: 3.0.0

ags_plot_free

Free plot.

since: 3.0.0

ags_plot_get_bitmap

Get bitmaps.

since: 3.2.0

ags_plot_get_bitmap_color

Get bitmap colors.

since: 3.2.0

ags_plot_get_join_points

Get join points.

since: 3.2.0

ags_plot_get_n_bitmaps

Get number of bitmaps.

since: 3.2.0

ags_plot_get_n_pixmaps

Get number of pixmaps.

since: 3.2.0

ags_plot_get_n_points

Get number of points.

since: 3.2.0

ags_plot_get_pixmap

Get pixmaps.

since: 3.2.0

ags_plot_get_point

Get points.

since: 3.2.0

ags_plot_get_point_color

Get point colors.

since: 3.2.0

ags_plot_get_point_label

Get point labels.

since: 3.2.0

ags_plot_set_bitmap

Set bitmap field of plot.

since: 3.2.0

ags_plot_set_bitmap_color

Set bitmap color field of plot.

since: 3.2.0

ags_plot_set_join_points

Set join_points field of plot.

since: 3.2.0

ags_plot_set_n_bitmaps

Set n_bitmaps field of plot.

since: 3.2.0

ags_plot_set_n_pixmaps

Set n_pixmaps field of plot.

since: 3.2.0

ags_plot_set_n_points

Set n_points field of plot.

since: 3.2.0

ags_plot_set_pixmap

Set pixmap field of plot.

since: 3.2.0

ags_plot_set_point

Set point field of plot.

since: 3.2.0

ags_plot_set_point_color

Set point color field of plot.

since: 3.2.0

ags_plot_set_point_label

Set point label field of plot.

since: 3.2.0