|
From: Hans-Bernhard B. <HBB...@t-...> - 2010-09-07 20:00:08
|
On 07.09.2010 12:04, Nunzio Losacco wrote: > I'm trying to plot data with solid black line and white filled points in a > B&W Postscript terminal. Is it possible to do that? > I've found solid black circles (pointtype 65) but not opaque white filled > circles. You need to look at ps_symbols.ps. If you have source, you can build it yourself via the Makefile in docs/psdoc. Binary distributions are supposed to include it, too. In there, you'll find the full selection of postscript point symbols, including opaque, white-filled ones. |