![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
Public Attributes | |
shape | |
color | |
size | |
Static Public Attributes | |
string | arrow = 'a' |
string | cross = 'c' |
string | diamond = 'd' |
string | circle = 'o' |
string | square = 's' |
string | x = 'x' |
Represents an abstract marker, without position. You can attach these to a DataSeries. Object attributes: shape: One of the shape codes (Marker.arrow, Marker.diamond, etc.) color: color (as hex string, f.ex. '0000ff' for blue) size: size of the marker
def google.appengine._internal.graphy.common.Marker.__init__ | ( | self, | |
shape, | |||
color, | |||
size | |||
) |
Construct a Marker. See class docstring for details on args.