Bugs: labels
Table of Contents
Caveats
Bugs
Caveats
Clipping labels is done by point clipping.
This means that if the point is in the data range, the whole label is displayed; otherwise, the whole label is clipped.
Bugs
Setting the axis label
If the an axis label is set using the axis.x.label or axis.y.label attributes of an add_<object> call then the string must be surrounded by double quotes if it contains spaces; for example:
chips> add_curve(time, zoff, ['axis.y.label', '"Z offset (arcsec)"'])