INNER CODE UNIT · Python
Theme
lgienapp/aquarel · aquarel/theme.py:18
class Theme:
# Options for axis drawing
_axis_options = ["both", "x", "y"]
# Options for locations
_location_options = ["left", "right", "bottom", "top", "center"]
# Options for horizontal alignment
_horizontal_alignment_options = [
"center",
"right",
"left",
]
# Options for vertical alignment
_vertical_alignment_options = [
"center",
"top",
"bottom",
"baseline",
"center_baseline",