Displaying 2 results from an estimated 2 matches for "royalblue1".
Did you mean:
royalblue
2009 Aug 04
5
Stacked plots with common x-axis and different y-axis
Is there a place that shows how to create two plots that are stacked on top of each other where they share a common x-axis scale, but have differnt y-axis scale?
Say have the following data: airquality
Stack plot(airquality$Day, airquality$Wind) on top of plot(airquality$Day, airquality$Temp).
I am interested in stacking the two on top of each other with no seam, or plotting the two lines with
2000 Feb 29
0
mapping of colornames into hsv: half way done
..."rosybrown", "#BC8F8F",
"rosybrown1", "#FFC1C1",
"rosybrown2", "#EEB4B4",
"rosybrown3", "#CD9B9B",
"rosybrown4", "#8B6969",
"royalblue", "#4169E1",
"royalblue1", "#4876FF",
"royalblue2", "#436EEE",
"royalblue3", "#3A5FCD",
"royalblue4", "#27408B",
"saddlebrown", "#8B4513",
"salmon", "#FA8072",
"salmon1", &q...