plotter: embed XY interface in XYZ, fix doc comment
Created by: anonymouse64
- Better to embed the interface so changes to
XYer
automatically get moved toXYZer
- Fix doc comment to reflect that the
XY
method (for aXYZs
) is forXYZer
interface, notXYer
interface (though it is technically correct asXY
is embedded from theXYer
, it's simpler to read this way)