AgsGui.Plot¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
bitmap |
r/w |
||
bitmap_color |
r/w |
||
fill_flags |
r/w |
||
join_points |
r/w |
||
n_bitmaps |
r/w |
||
n_pixmaps |
r/w |
||
n_points |
r/w |
||
pixmap |
r/w |
||
point |
r/w |
||
point_color |
r/w |
||
point_label |
r/w |
Methods¶
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
Details¶
- class AgsGui.Plot¶
- classmethod alloc(n_points, n_bitmaps, n_pixmaps)¶
- Parameters:
- Returns:
the newly allocated
AgsGui.Plot
-struct- Return type:
Allocate
AgsGui.Plot
-struct.New in version 3.0.0.
- classmethod free(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct
Free plot.
New in version 3.0.0.
- classmethod get_bitmap(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
bitmap field
- Return type:
Get bitmaps.
New in version 3.2.0.
- classmethod get_bitmap_color(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
bitmap color field
- Return type:
Get bitmap colors.
New in version 3.2.0.
- classmethod get_join_points(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
join_points field
- Return type:
Get join points.
New in version 3.2.0.
- classmethod get_n_bitmaps(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
n_bitmaps field
- Return type:
Get number of bitmaps.
New in version 3.2.0.
- classmethod get_n_pixmaps(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
n_pixmaps field
- Return type:
Get number of pixmaps.
New in version 3.2.0.
- classmethod get_n_points(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
n_points field
- Return type:
Get number of points.
New in version 3.2.0.
- classmethod get_pixmap(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
pixmap field
- Return type:
Get pixmaps.
New in version 3.2.0.
- classmethod get_point(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
point field
- Return type:
Get points.
New in version 3.2.0.
- classmethod get_point_color(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
point color field
- Return type:
Get point colors.
New in version 3.2.0.
- classmethod get_point_label(plot)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct- Returns:
point label field
- Return type:
[
str
]
Get point labels.
New in version 3.2.0.
- classmethod set_bitmap(plot, bitmap)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-structbitmap (
int
) – the bitmaps
Set bitmap field of plot.
New in version 3.2.0.
- classmethod set_bitmap_color(plot, bitmap_color)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-structbitmap_color (
float
) – the bitmaps colors as array of RGB value
Set bitmap color field of plot.
New in version 3.2.0.
- classmethod set_join_points(plot, join_points)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-struct
Set join_points field of plot.
New in version 3.2.0.
- classmethod set_n_bitmaps(plot, n_bitmaps)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-structn_bitmaps (
int
) – the number of bitmaps
Set n_bitmaps field of plot.
New in version 3.2.0.
- classmethod set_n_pixmaps(plot, n_pixmaps)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-structn_pixmaps (
int
) – the number of pixmaps
Set n_pixmaps field of plot.
New in version 3.2.0.
- classmethod set_n_points(plot, n_points)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-structn_points (
int
) – the number of points
Set n_points field of plot.
New in version 3.2.0.
- classmethod set_pixmap(plot, pixmap)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-structpixmap (
int
) – the pixmaps
Set pixmap field of plot.
New in version 3.2.0.
- classmethod set_point(plot, point)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-structpoint (
float
) – the points as array of coordinates
Set point field of plot.
New in version 3.2.0.
- classmethod set_point_color(plot, point_color)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-structpoint_color (
float
) – the points colors as array of RGB value
Set point color field of plot.
New in version 3.2.0.
- classmethod set_point_label(plot, point_label)¶
- Parameters:
plot (
object
orNone
) – theAgsGui.Plot
-structpoint_label (
str
) – the points labels as string vector
Set point label field of plot.
New in version 3.2.0.