Displaying 20 results from an estimated 704 matches for "palette".
2007 Mar 19
1
Playing online game
...e icons on the program don't all show. (some do!)
2. It cannot connect to the internet web site.
Thanks for any assistance.
John
wine "c:\Program Files\3DFiBs\3dfibs.exe"
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0
palette.
fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0
palette.
fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0
palette.
fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0
palette.
fixme:ole:OLEPictureImpl_get_hPal unimplemented for typ...
2003 Oct 29
1
Wishlist: user-specified color names for palette() (PR#4836)
Full_Name: Hsiu-Khuern Tang
Version: 1.8.0
OS: GNU/Linux (Debian unstable)
Submission from: (NULL) (156.153.255.243)
Hi,
I use palette(rgb(red=..., green=..., blue=..., names=mycolors)) to define my
own color palette. After doing this, the names `mycolors' are not stored in
palette() anymore, so that palette() returns a mix of built-in color names and
RGB values.
Eg:
> palette()
[1] "black" "#EAA200"...
2005 May 18
4
256 colors (8bit) graphics not working
...olution !)
I have X normally running at 24 bits, with 16 and 8 bit entries in my
XFree86 config.
Reading the docs I added this to my .wine/config
[AppDefaults\\oshof32.exe\\x11drv]
"ScreenDepth" = "8"
"PrivateColorMap" = "Y"
I then run:
export WINEDEBUG=+palette
wine oshof32.exe
Amongst the output I get:
trace:palette:CreatePalette entries=20
trace:palette:CreatePalette returning 0x44
trace:palette:X11DRV_PALETTE_Init initializing palette manager...
trace:palette:X11DRV_PALETTE_Init visual class 4 (1)
trace:palette:GetPaletteEntries hpal = 0x44, coun...
2003 Oct 23
6
repeating colors in graph 2
I've tried looking at ?colors and ?palette and if I'm understanding it
correctly, I'm supposed to type in (for example) palette(rainbow(13)) before
I type in my plot (of 13 lines) if I want 13 different colors. But this does
not work. Other things that i have tried besides rainbow give me errors.
Am I just doing something co...
2008 Apr 24
2
alternatives to RColorBrewer?
I've found RColorBrewer useful for its qualitative palettes, but wished that
it could generate more than 12 qualitative palettes (e.g. with Set3). Any
suggestions for alternative color palette generators that can handle e.g. 18
distinctive colors? (I'm aware of using rainbow(), but this doesn't
generate enough distinct colors when the number of p...
2004 Jun 14
5
adjusting color palette
Is there a way to increase the "sensitivity" of the color palette in order
to more clearly represent certain sections of data? For example I am
wanting to clearly differentiate between height data for a rolling
landscape but because of the extremes of the dataset (sea and mountain
tops), the bulk of the landscape is shaded in closely approximating green
- i have...
2012 Dec 12
3
create a color palette with custom ranges between colors
Hello everybody,
I'm trying to create my own color palette on R, in order to interpolate some
different temperature data on different maps (daily means, seasonal
means,...).
I would like to create a color palette which works for each map, so I need a
color palette between -40 and +40?C. Sometimes my data for one map range
from -10 to +20, sometimes from 1...
2005 May 23
6
colors and palettes and things...
...post here. I was overwhelmed with all the
wonderful color choices R has predefined (discovered after typing in
colors()) but can't figure out what they all (by name) look like. Is there
a color picker or some other method to display all those colors next to
the name?
I think I can put together palettes, but another question I have then
regards the building of palettes (a list of variable length I can select
or create myself other than the ones defined by Palette) so I can pass
these colors into functions instead of having to predefine a bunch of
colors myself or use the predefined colors like te...
2012 Dec 12
1
Multiple palettes on single plot don't get rendered when I use dev.copy2pdf
Hi All,
I'm having trouble with the colors on my screen getting translated to
the colors in the outputted .pdf document.
Here is a caricature of my problem:
par(mfrow=c(1,1))
x1 = rnorm(1000)
x2 = rnorm(1000)+10
y1 = rnorm(1000)+10
y2 = rnorm(1000)+10
palette(rainbow(6))
plot(x=x1,y=y1,col=y1,xlim=c(-10,20))
palette(heat.colors(6))
points(x=x2,y=y2,col=y2)
dev.copy2pdf(file = "broke.pdf", height = 8, width = 8)
I plot the two normal blobs in two different color palettes, and it
looks fine on the screen. I go to look at the PDF, and t...
2009 Jan 05
10
Simple windows application not quite working
...ly getting the following error messages while the application was running:
~/Bureau$ wine "C:\Program Files\AtouMath\AtouMath.exe"
fixme:ole:OLEPictureImpl_SaveAsFile (0x12f7c0)->(0x13e250, 0, (nil)), hacked stub.
fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0 palette.
fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0 palette.
fixme:ole:OLEPictureImpl_SaveAsFile (0x141668)->(0x14a970, 0, (nil)), hacked stub.
fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering icons...
fixme:ole:OLEPictureImpl_Render Not quite co...
2014 Oct 31
2
Options that are local to the package that sets them
Dear All,
I am trying to do the following, and could use some hints.
Suppose I have a package called pkgA. pkgA exposes an API that
includes setting some options, e.g. pkgA works with color palettes,
and the user of the package can define new palettes. pkgA provides an
API to manipulate these palettes, including defining them.
pkgA is intended to be used in other packages, e.g. in pkgB1 and
pkgB2. Now suppose pkgB1 and pkgB2 both set new palettes using pkgA.
They might set palettes with the...
2006 Jan 09
0
need palette of topographic colors similar to topo.colors ()
I will second Roger's suggestion, colorRampPalette is a great function for
creating your own palettes. For example, Matlab's jet palette (also
available in fields package under peculiar name 'tim.colors') can be defined
by:
jet.colors = colorRampPalette(c("#00007F", "blue", "#007FFF", "cyan",
&qu...
2013 Jul 24
1
Alpha channel in colorRamp() and colorRampPalette()
Hi all,
I had the need to create a colorbar considering the alpha channel of the colors, but colorRamp() and colorRampPalette() ignored the alpha argument in rgb(). So I performed some minor modifs. in their codes, as to support the interpolation using the alpha channel.
I guess that those simple modifications might be useful for other people, so perhaps it would be worth to add them to colorRamp and colorRampPalette c...
2005 Mar 30
5
2d plotting and colours
...en in the tutorial to perform 2d plot
# i ranges from 2 to 10
cl <- kmeans(x, i, 20)
plot(x, col = cl$cluster)
points(cl$centers, col = 1:i )
I see that there are only 8 colours defined , namely
black,red,green,blue,cyan,magenta,yello,gray.
How should i set my colour preferences to obtain my palette of colours? I
checked in the totorial which talks about R.colors and palatte , but i
failed to understand how to set it.
Thank You
Asha
2001 Aug 08
1
Strategy for creating a palette...?
Dear all,
I'm generally not a big fan of GUIs, but I have just discovered one thing
where a GUI would be a nice thing: creating color palettes.
I'm creating an "image", for transparencies for a lecture I'm giving, so
this is going to look great... :-) What I'm out for, is to make green
tones and red tones, and a relatively sharp break between them. This break
will signify a rejection region for a test.
I've sp...
2014 Apr 24
2
palette() can hang and fail due to X11
...; ,"red" ,"gold" ,"sky blue" ,"green" ,"blue" ,"orange"
,"grey" ,"hot pink" ,"brown" ,"sea green" ,"cyan" ,"purple" ,"tomato1")
require("grDevices")
palette(my.colors)
That seemed to work reliably in all 2.x versions of R, regardless of
whether my R was interactive or not, or if my Linux, ssh, and screen
environment had X-Windows properly set up or not. It Just Worked.
However, now in R 3.1.0 Patched (2014-04-15 r65398, on Linux),
depending on wheth...
2002 May 22
1
white in the default palette
Dear All,
[I'd already sent this message earlier (Apr 6) but as I had no response
and I still see that it is the case in R1.5 I thought I'd try again]
I recently encountered a problem (actually missed some data) because
"white" is one of colours in the "default" palette and that does not
show up to well on my transparent (on white background). Of course it is
easily fixed but I think white should not be a default colour.
> palette("default")
> palette()
[1] "black" "red" "green3" "blue" "cyan&quo...
2009 Apr 18
2
Regression testing - compilation error after second bisect
...amp;& make -j2
compilation failed:
../../tools/winegcc/winegcc -B../../tools/winebuild -shared
./winex11.drv.spec bitblt.o bitmap.o brush.o clipboard.o clipping.o
codepage.o dce.o desktop.o dib.o dib_convert.o dib_dst_swap.o dib_src_swap.o
event.o graphics.o init.o keyboard.o mouse.o opengl.o palette.o pen.o
scroll.o settings.o text.o window.o winpos.o wintab.o x11ddraw.o
x11drv_main.o xdnd.o xfont.o xim.o xrandr.o xrender.o xvidmode.o -o
winex11.drv.so -luser32 -lgdi32 -ladvapi32 -lkernel32 -lntdll -lSM -lICE
-lXxf86vm -lXext -lX11 ../../libs/port/libwine_port.a
palette.o: In function `X11DRV_...
2004 Mar 24
5
colors, lines, characters .... documentation
Hi,
Very so often when i am plotting something, doing a histogram, or
whatever i am struggling to find out which are the numbers for
different colors, palette names, types of lines, symbols, etc. Is
there any documentation on line with all these numbers / names
and the associated symbol / color???
For example if i am using the command image it uses a palette
from red to yellow, with red the lowest value, and yellow the highest
value. What if i want...
2012 May 04
1
Trying to find what winetrick option I need...
...0xb03adc,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f978), partially implemented.
fixme:ole:OleLoadPictureEx (0xb03adc,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f918), partially implemented.
fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0 palette.
fixme:ole:OleLoadPictureEx (0xb03adc,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f948), partially implemented.
fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0 palette.
fixme:ole:OLEPictureImpl_SaveAsFile (0x14ae58)->(0x161f40, 0, (nil)), hacked stub.
fix...