I use the xmgrace Metafile device output to generate HTML area tags to make web plots clickable. Some plots use DrawPolyLine and some use DrawArc but I don't know what causes the difference. All plots are simple xy. Typically a date plus a value. How can I tell xmgrace to always use DrawArc?
I use the xmgrace Metafile device output to generate HTML area tags to make web plots clickable. Some plots use DrawPolyLine and some use DrawArc but I don't know what causes the difference. All plots are simple xy. Typically a date plus a value. How can I tell xmgrace to always use DrawArc?
Share Improve this question asked Feb 15 at 1:41 Stephen DaviesStephen Davies 214 bronze badges1 Answer
Reset to default 0Figured it out. It's simply the symbol type defined in the project/parameter files. Type 0 gives a polygon and type 1 gives a circle/arc and so on.