Re: [Plplot-devel] Question from comp.lang.ada user about thread safety

2013-11-17 Thread phil rosenberg
I looked into some of these issues when trying to solve a wxWidgets bug some time ago. I never got it sorted as to fix the bug will require the wxWidgets App to run in a separate thread. I got so far with this but then stopped, because of the required changes to the core routines - basically it

Re: [Plplot-devel] High cap missing

2013-11-17 Thread Alan W. Irwin
On 2013-11-17 10:58-0800 Alan W. Irwin wrote: > So the above tells you how to get alpha transparency information from > the Plplot library (the easy part), and also how to supply that > information appropriate to the format supplied by the device (easy > here, but in general more difficult than th

Re: [Plplot-devel] High cap missing

2013-11-17 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:[email protected]] > I am virtually positive the issue is the top cap is opaque black see and the > background for the colorbar is semi-transparent black. See > http://plplot.sourceforge.net/examples-data/demo33/x33.87.pn

Re: [Plplot-devel] High cap missing

2013-11-17 Thread Alan W. Irwin
On 2013-11-17 15:00- Arjen Markus wrote: > Hi all, > > I just noticed that in example 33 the high cap is not being drawn. As this is > a fairly extensive > example with a lot of pages, I normally run it to get the PostScript output > for various languages only. > However, now I was running i

[Plplot-devel] High cap missing

2013-11-17 Thread Arjen Markus
Hi all, I just noticed that in example 33 the high cap is not being drawn. As this is a fairly extensive example with a lot of pages, I normally run it to get the PostScript output for various languages only. However, now I was running it interactively under Cygwin/Xwindow (on Windows 7 to be c