developer.Title and Label Templates

From autoplot.org

Jump to: navigation, search

Introduction. Right now, the title is derived from the metadata via a metadata model. The CDF file reader says, this is ISTP compliant metadata so CATDESC is the title. It might be nice to have the flexibility for allowing the client to specify how this is done. This might also finally deal with the problem of reporting the slice location as well, which current uses "!c(.*)=(.*)" to find the text to replace on updates.

title=${CATDESC}

title=${USER_PROPERTIES.CATDESC} @ ${CONTEXT_0}

yaxis label=${LABEL}(${UNITS})

Note USER_PROPERTIES are properties QDataSet propogates but doesn't interpret.

Personal tools