search for: numcolors

Displaying 4 results from an estimated 4 matches for "numcolors".

Did you mean: n_colors
2011 Dec 12
3
windrose color ramp issue
...t;darkred","violetred","mediumorchid","purple") #or 2) Making the pedal colors dynamic based on the increments and the max wind speed. incrspeeds = 2 # fills out the increments argument breaks=seq(0,round(maxwind),incrspeeds) # maxwind is the maximum wind speed numcolors=length(breaks) if(numcolors>length(pedalcolors)){ pedalcolors=rev(rainbow(numcolors)) } # In either case the result ends up in the wind rose function rose=windrose(wr,breaks=NULL,bins=numpedals,increment=incrspeeds,main=NULL,fill.col=pedalcolors,plot.mids=FALSE,units="degrees",templ...
2009 May 03
0
Crash with Xinerama enabled [patch]
...g.c:407 #3 0x0811808b in FatalError ( f=0x8189dd8 "Caught signal %d. Server aborting\n") at log.c:553 #4 0x080afb45 in xf86SigHandler (signo=-1077945400) at xf86Events.c:593 #5 0xbb85b370 in __opendir2 () from /usr/lib/libc.so.12 #6 0xbb5d0294 in NVLoadPalette (pScrn=0xbb646000, numColors=256, indices=0xbb611c00, colors=0xbb649800, pVisual=0xbb62f5b0) at nv_driver.c:1890 #7 0x080b4962 in CMapRefreshColors (pmap=0xbb6b6000, defs=256, indices=0xbb611c00) at xf86cmap.c:644 #8 0x080b4ddc in CMapReinstallMap (pmap=0xbb6b6000) at xf86cmap.c:517 #9 0x080b5db9 in xf86Handl...
2007 Mar 30
0
Wine release 0.9.34
...message converters have to 0-terminate output buffer if there is enough space even if there is no text to convert. riched20: Split unicode and ansi window procs, handle messages depending on the unicode flag. gdi32: Implement GdiGetCodePage. gdi32: Make the EMF driver return sane NUMCOLORS value. include: Add some API prototypes to appropriate header files, fix some prototypes. shlwapi: Match shlwapi wrappers to MSDN descriptions. Erich Hoover (1): wined3d: Fix LockRect memory location calculation for WINED3DFMT_DXT*. Fabian Bieler (8): wined3d: Implement li...
2008 Oct 29
39
[Bug 18286] New: GeForce 8300 not supported (10de:0848/C77/MCP77)
http://bugs.freedesktop.org/show_bug.cgi?id=18286 Summary: GeForce 8300 not supported (10de:0848/C77/MCP77) Product: xorg Version: 7.4 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org