search for: positie

Displaying 2 results from an estimated 2 matches for "positie".

Did you mean: positive
2005 Nov 07
0
pk_and_sequence_for(table) bug?
...AND attr.attnum = cons.conkey[1] AND cons.contype = ''p'' AND dep.refobjid = ''players''::regclass DDL: CREATE TABLE "public"."players" ( "id" SERIAL, "positie" INTEGER, "active" BOOLEAN DEFAULT false NOT NULL, "perm_level" SMALLINT DEFAULT 1 NOT NULL, "email" VARCHAR(150) NOT NULL, "fname" VARCHAR(60) NOT NULL, "lname" VARCHAR(80) NOT NULL, .. .. CONSTRAINT "players_pkey&...
2009 Jan 22
1
ggplot2
I have been struggling to get the legends in ggplot2 right or do away with them altogether (on which I have already sent a post). In the following code, the labels argument in the scale_colour_gradient2 does not give me the desired labels in the legend. Could someone explain? qplot(Year,CDR,data=b3,colour=Phase,geom=c("point","line"),legend.position="bottom")->p