search for: fill_color

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

2012 Apr 15
1
(no subject)
.... This is part of the data: > times ? ? ? ? taak? duur 1 ? algemeen 48.75 2 ? swimming 14.25 3 ? football 24.25 4 ? ? tennis 36.75 5? bicycling? 1.50 Under 'taak' are the labels. This is the code that should do the job: barplot( width= bar_width, times$duur,? names.arg=times$taak, col=fill_colors, border="NA", space=0.3, xlab="taak", ylab="uren", main="Uren per taak") axis(1,at=1:length(times$taak),lab=times$taak) Could anyone give me advise on how to get rid of this horrible x axis? Thanks and r
2006 Nov 12
1
[PATCH] Annotate shapes, text and dbus support
...quot;), + N_("Line") }; +char *defaultTool = "Brush"; + +#define ANNO_DISPLAY_OPTION_INITIATE 0 +#define ANNO_DISPLAY_OPTION_REMOTE_INITIATE 1 +#define ANNO_DISPLAY_OPTION_ERASE 2 +#define ANNO_DISPLAY_OPTION_CLEAR 3 +#define ANNO_DISPLAY_OPTION_FILL_COLOR 4 +#define ANNO_DISPLAY_OPTION_STROKE_COLOR 5 +#define ANNO_DISPLAY_OPTION_LINE_WIDTH 6 +#define ANNO_DISPLAY_OPTION_STROKE_WIDTH 7 +#define ANNO_DISPLAY_OPTION_TOOL 8 +#define ANNO_DISPLAY_OPTION_NUM 9 typedef struct _AnnoDisplay { int scre...
2007 Aug 03
4
[ANNOUNCE] compiz-0.5.2
...hanges as we'll never change Make it possible to end resize when resize notify is received. Remove unnecessary code. Add outline resize mode. Add rectangle resize mode. Add stretch resize mode. Cleanup. Cleanup. Cleanup. Add border_color and fill_color options. Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compiz Add macros that make it easier to use integer options as Turn the filter option into an integer option. Turn the mode option into an integer option. Merge branch 'master'...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...hanges as we'll never change Make it possible to end resize when resize notify is received. Remove unnecessary code. Add outline resize mode. Add rectangle resize mode. Add stretch resize mode. Cleanup. Cleanup. Cleanup. Add border_color and fill_color options. Add macros that make it easier to use integer options as Turn the filter option into an integer option. Turn the mode option into an integer option. Turn the texture filter option into an integer option. Add compWatchFdEvents function. Add glib plugin....