Yorick features nine primitive plotting commands: plg plots polylines or polymarkers, pldj plots disjoint line segments, plm, plc, and plf plot mesh lines, contours, and filled (colored) meshes, respectively, for quadrilateral meshes, pli plots images, plfp plots filled polygons, plv plots vector darts, and plt plots text strings. You can write additional plotting functions by combining these primitives.
• plg | Plot graph. | |
• pldj | Plot disjoint lines. | |
• plm | Plot quadrilateral mesh. | |
• plc | Plot contours. | |
• plf | Plot filled quadrilateral mesh. | |
• pli | Plot image. | |
• plfp | Plot filled polygons. | |
• plv | Plot vectors. | |
• plt | Plot text. |