|
From: Daniel J S. <dan...@ie...> - 2004-09-28 09:59:06
|
Daniel J Sebald wrote:
> OK, I think I have a solid version of the new colormap list scheme.
> It needs a good cleaning yet, but give it a try.
I've tried some images in Octave, increasing the palette 2^6, 2^7, etc.
Around 2^14 gnuplot_x11 *really* slows down. I'm talking on the scale
of minutes.
Could it be that:
if (XAllocColor(dpy, new_cmap->colormap, &xcolor)) {
is a slow routine and allocating these colors one at a time is very
slow? Is there some way to assign colors all at once?
Dan
|