* Encoding: windows-1252. *Color Constants. DATA LIST FREE / Color (A30). BEGIN DATA aliceblue aqua azure bisque black blanchedalmond blue blueviolet brown burlywood cadetblue chartreuse chocolate coral cornflowerblue cornsilk crimson cyan darkblue darkcyan darkgoldenrod darkgray darkgreen darkgrey darkkhaki darkmagenta darkolivegreen darkorange darkorchid darkred darksalmon darkseagreen darkslateblue darkslategray darkslategrey darkturquoise darkviolet deeppink deepskyblue dimgray dimgrey dodgerblue firebrick floralwhite forestgreen fuchsia gainsboro ghostwhite gold goldenrod gray grey green greenyellow honeydew hotpink indianred indigo ivory khaki lavender lavenderblush lawngreen lemonchiffon lightblue lightcoral lightcyan lightgoldenrodyellow lightgray lightgreen lightgrey lightpink lightsalmon lightseagreen lightskyblue lightslategray lightslategrey lightsteelblue lightyellow lime limegreen linen magenta maroon mediumaquamarine mediumblue mediumorchid mediumpurple mediumseagreen mediumslateblue mediumspringgreen mediumturquoise mediumvioletred midnightblue mintcream mistyrose moccasin navajowhite navy oldlace olive olivedrab orange orangered orchid palegoldenrod palegreen paleturquoise palevioletred papayawhip peachpuff peru pink plum powderblue purple red rosybrown royalblue saddlebrown salmon sandybrown seagreen seashell sienna silver skyblue slateblue slategray slategrey snow springgreen steelblue tan teal thistle tomato turquoise violet wheat white whitesmoke yellow yellowgreen END DATA. DATASET NAME Colors. *Small multiple chart of swatches. GGRAPH /GRAPHDATASET NAME="graphdataset" VARIABLES=Color MISSING=LISTWISE REPORTMISSING=NO /GRAPHSPEC SOURCE=INLINE. BEGIN GPL PAGE: begin(scale(1300px,1300px)) SOURCE: s=userSource(id("graphdataset")) DATA: Color=col(source(s), name("Color"), unit.category()) COORD: rect(dim(1,2), wrap(), sameRatio()) TRANS: x = eval(0) TRANS: y = eval(0) GUIDE: axis(dim(1), null()) GUIDE: axis(dim(2), null()) GUIDE: axis(dim(3), opposite()) GUIDE: legend(aesthetic(aesthetic.color.interior), null()) SCALE: linear(dim(1), min(-1), max(1)) SCALE: linear(dim(2), min(-1), max(1)) SCALE: cat(aesthetic(aesthetic.color.interior), map(("aliceblue", color.aliceblue),("aqua", color.aqua),("azure", color.azure),("bisque", color.bisque),("black", color.black), ("blanchedalmond", color.blanchedalmond),("blue", color.blue),("blueviolet", color.blueviolet),("brown", color.brown), ("burlywood", color.burlywood),("cadetblue", color.cadetblue),("chartreuse", color.chartreuse),("chocolate", color.chocolate), ("coral", color.coral),("cornflowerblue", color.cornflowerblue),("cornsilk", color.cornsilk),("crimson", color.crimson), ("cyan", color.cyan),("darkblue", color.darkblue),("darkcyan", color.darkcyan),("darkgoldenrod", color.darkgoldenrod), ("darkgray", color.darkgray),("darkgreen", color.darkgreen),("darkgrey", color.darkgrey),("darkkhaki", color.darkkhaki), ("darkmagenta", color.darkmagenta),("darkolivegreen", color.darkolivegreen),("darkorange", color.darkorange),("darkorchid", color.darkorchid), ("darkred", color.darkred),("darksalmon", color.darksalmon),("darkseagreen", color.darkseagreen),("darkslateblue", color.darkslateblue), ("darkslategray", color.darkslategray),("darkslategrey", color.darkslategrey),("darkturquoise", color.darkturquoise), ("darkviolet", color.darkviolet),("deeppink", color.deeppink),("deepskyblue", color.deepskyblue),("dimgray", color.dimgray), ("dimgrey", color.dimgrey),("dodgerblue", color.dodgerblue),("firebrick", color.firebrick),("floralwhite", color.floralwhite), ("forestgreen", color.forestgreen),("fuchsia", color.fuchsia),("gainsboro", color.gainsboro),("ghostwhite", color.ghostwhite),("gold", color.gold), ("goldenrod", color.goldenrod),("gray", color.gray),("grey", color.grey),("green", color.green),("greenyellow", color.greenyellow), ("honeydew", color.honeydew),("hotpink", color.hotpink),("indianred", color.indianred),("indigo", color.indigo),("ivory", color.ivory), ("khaki", color.khaki),("lavender", color.lavender),("lavenderblush", color.lavenderblush),("lawngreen", color.lawngreen), ("lemonchiffon", color.lemonchiffon),("lightblue", color.lightblue),("lightcoral", color.lightcoral),("lightcyan", color.lightcyan), ("lightgoldenrodyellow", color.lightgoldenrodyellow),("lightgray", color.lightgray),("lightgreen", color.lightgreen), ("lightgrey", color.lightgrey),("lightpink", color.lightpink),("lightsalmon", color.lightsalmon),("lightseagreen", color.lightseagreen), ("lightskyblue", color.lightskyblue),("lightslategray", color.lightslategray),("lightslategrey", color.lightslategrey), ("lightsteelblue", color.lightsteelblue),("lightyellow", color.lightyellow),("lime", color.lime),("limegreen", color.limegreen), ("linen", color.linen),("magenta", color.magenta),("maroon", color.maroon),("mediumaquamarine", color.mediumaquamarine), ("mediumblue", color.mediumblue),("mediumorchid", color.mediumorchid),("mediumpurple", color.mediumpurple), ("mediumseagreen", color.mediumseagreen),("mediumslateblue", color.mediumslateblue),("mediumspringgreen", color.mediumspringgreen), ("mediumturquoise", color.mediumturquoise),("mediumvioletred", color.mediumvioletred),("midnightblue", color.midnightblue), ("mintcream", color.mintcream),("mistyrose", color.mistyrose),("moccasin", color.moccasin),("navajowhite", color.navajowhite),("navy", color.navy), ("oldlace", color.oldlace),("olive", color.olive),("olivedrab", color.olivedrab),("orange", color.orange),("orangered", color.orangered), ("orchid", color.orchid),("palegoldenrod", color.palegoldenrod),("palegreen", color.palegreen),("paleturquoise", color.paleturquoise), ("palevioletred", color.palevioletred),("papayawhip", color.papayawhip),("peachpuff", color.peachpuff),("peru", color.peru),("pink", color.pink), ("plum", color.plum),("powderblue", color.powderblue),("purple", color.purple),("red", color.red),("rosybrown", color.rosybrown), ("royalblue", color.royalblue),("saddlebrown", color.saddlebrown),("salmon", color.salmon),("sandybrown", color.sandybrown), ("seagreen", color.seagreen),("seashell", color.seashell),("sienna", color.sienna),("silver", color.silver),("skyblue", color.skyblue), ("slateblue", color.slateblue),("slategray", color.slategray),("slategrey", color.slategrey),("snow", color.snow), ("springgreen", color.springgreen),("steelblue", color.steelblue),("tan", color.tan),("teal", color.teal),("thistle", color.thistle), ("tomato", color.tomato),("turquoise", color.turquoise),("violet", color.violet),("wheat", color.wheat),("white", color.white), ("whitesmoke", color.whitesmoke),("yellow", color.yellow),("yellowgreen", color.yellowgreen))) ELEMENT: point(position(x*y*Color), color.interior(Color), shape(shape.square), size(size."99")) PAGE: end() END GPL. *Edited so title was smaller and fit onto one line. DATASET CLOSE ALL. *Color Constants. DATA LIST FREE / Shape (A30). BEGIN DATA arrow bowtie circle cross decagon elbow elbowArrow female flower flower3 flower4 flower5 flower6 flower7 flower8 flower9 flower10 heptagon hexagon hollowBowtie hollowCircle hollowDecagon hollowHeptagon hollowHexagon hollowNonagon hollowOctagon hollowPentagon hollowPolygon hollowRoundRectangle hollowSquare hollowStar hollowStar3 hollowStar4 hollowStar5 hollowStar6 hollowStar7 hollowStar8 hollowStar9 hollowStar10 hollowTriangle ibeam line male nonagon octagon pentagon plus polygon roundRectangle square star star3 star4 star5 star6 star7 star8 star9 star10 triangle END DATA. DATASET NAME Shapes. GGRAPH /GRAPHDATASET NAME="graphdataset" VARIABLES=Shape MISSING=LISTWISE REPORTMISSING=NO /GRAPHSPEC SOURCE=INLINE. BEGIN GPL PAGE: begin(scale(1100px,1000px)) SOURCE: s=userSource(id("graphdataset")) DATA: Shape=col(source(s), name("Shape"), unit.category()) COORD: rect(dim(1,2), wrap(), sameRatio()) TRANS: x = eval(0) TRANS: y = eval(0) GUIDE: axis(dim(1), null()) GUIDE: axis(dim(2), null()) GUIDE: axis(dim(3), opposite()) GUIDE: legend(aesthetic(aesthetic.shape), null()) SCALE: linear(dim(1), min(-1), max(1)) SCALE: linear(dim(2), min(-1), max(1)) SCALE: cat(aesthetic(aesthetic.shape), map(("arrow", shape.arrow),("bowtie", shape.bowtie),("circle", shape.circle),("cross", shape.cross),("decagon", shape.decagon), ("elbow", shape.elbow),("elbowArrow", shape.elbowArrow),("female", shape.female),("flower", shape.flower),("flower3", shape.flower3), ("flower4", shape.flower4),("flower5", shape.flower5),("flower6", shape.flower6),("flower7", shape.flower7),("flower8", shape.flower8), ("flower9", shape.flower9),("flower10", shape.flower10),("heptagon", shape.heptagon),("hexagon", shape.hexagon), ("hollowBowtie", shape.hollowBowtie),("hollowCircle", shape.hollowCircle),("hollowDecagon", shape.hollowDecagon), ("hollowHeptagon", shape.hollowHeptagon),("hollowHexagon", shape.hollowHexagon),("hollowNonagon", shape.hollowNonagon), ("hollowOctagon", shape.hollowOctagon),("hollowPentagon", shape.hollowPentagon),("hollowPolygon", shape.hollowPolygon), ("hollowRoundRectangle", shape.hollowRoundRectangle),("hollowSquare", shape.hollowSquare),("hollowStar", shape.hollowStar), ("hollowStar3", shape.hollowStar3),("hollowStar4", shape.hollowStar4),("hollowStar5", shape.hollowStar5), ("hollowStar6", shape.hollowStar6),("hollowStar7", shape.hollowStar7),("hollowStar8", shape.hollowStar8), ("hollowStar9", shape.hollowStar9),("hollowStar10", shape.hollowStar10),("hollowTriangle", shape.hollowTriangle),("ibeam", shape.ibeam), ("line", shape.line),("male", shape.male),("nonagon", shape.nonagon),("octagon", shape.octagon),("pentagon", shape.pentagon), ("plus", shape.plus),("polygon", shape.polygon),("roundRectangle", shape.roundRectangle),("square", shape.square),("star", shape.star), ("star3", shape.star3),("star4", shape.star4),("star5", shape.star5),("star6", shape.star6),("star7", shape.star7),("star8", shape.star8), ("star9", shape.star9),("star10", shape.star10),("triangle", shape.triangle))) ELEMENT: point(position(x*y*Shape), color.interior(color.grey), shape(Shape), size(size."50")) PAGE: end() END GPL. DATASET CLOSE ALL. *Pattern constants. DATA LIST FREE / Pattern (A30). BEGIN DATA checkered grid grid2 grid3 grid4 grid5 mesh mesh2 mesh3 mesh4 mesh5 pluses pluses2 solid END DATA. DATASET NAME Patterns. GGRAPH /GRAPHDATASET NAME="graphdataset" VARIABLES= Pattern MISSING=LISTWISE REPORTMISSING=NO /GRAPHSPEC SOURCE=INLINE. BEGIN GPL PAGE: begin(scale(600px,450px)) SOURCE: s=userSource(id("graphdataset")) DATA: Pattern=col(source(s), name("Pattern"), unit.category()) COORD: rect(dim(1,2), wrap(), sameRatio()) TRANS: x = eval(0) TRANS: y = eval(0) GUIDE: axis(dim(1), null()) GUIDE: axis(dim(2), null()) GUIDE: axis(dim(3), opposite()) GUIDE: legend(aesthetic(aesthetic.texture.pattern.interior), null()) SCALE: linear(dim(1), min(-1), max(1)) SCALE: linear(dim(2), min(-1), max(1)) SCALE: cat(aesthetic(aesthetic.texture.pattern), map(("checkered",texture.pattern.checkered),("grid",texture.pattern.grid), ("grid2",texture.pattern.grid2),("grid3",texture.pattern.grid3),("grid4",texture.pattern.grid4), ("grid5",texture.pattern.grid5),("mesh",texture.pattern.mesh),("mesh2",texture.pattern.mesh2), ("mesh3",texture.pattern.mesh3),("mesh4",texture.pattern.mesh4),("mesh5",texture.pattern.mesh5), ("pluses",texture.pattern.pluses),("pluses2",texture.pattern.pluses2),("solid",texture.pattern.solid))) ELEMENT: point(position(x*y*Pattern), texture.pattern.interior(Pattern), size(size."60"), shape(shape.square)) PAGE: end() END GPL.