Skip to content
Prev 12169 / 15075 Next

Poor plotting performance on Mac OS X

Thanks Don,

Can you perhaps make that a little closer to being reproducible for people who might want to try it on newer hardware? (packages, location of input file).

(And by the way, xterm? What did Terminal.app do to you?)

This, along with a thread from 2014 that Google dug up, strongly suggests that quartz() is the culprit. It might not be our fault though, as it seems that "matplotlib" (Python) has had similar problems. In the latter case, it seems to have worked to "switch to the agg backend", whatever that means. (AGG is AntiGrain Geometry, which is apparently so stable that it hasn't changed since 2006. Its author died suddenly in 2013, it seems.)

-pd