I noticed a number of loose ends with RichPNG were never tied:
https://github.com/autoplot/documentation/blob/main/md/richPng.md
Since Autoplot was the only software which ever used the feature, I should just define something to finish these off. Specifically:
- put an optional flipped property on the axes.
- add richPNG metadata to PDF output.
- make a rich png code for Python.
- add an optional page timerange property which is iso8601 range.
- document minpixel and maxpixel of colorbar.
- layout for size, right, left, top, bottom, minpixel, maxpixel can be strings, and can contain "em" or "in" or "cm" for units.
- json schema documenting the format.
- consider making units, top, bottom, minpixel, maxpixel, and type all optional.
- finalize the documentation -- I noticed it still had upside-down axes.
(9) I was mistaken about the y-axis. It is (0,0) in the upper-left corner.