forked from ggobi/ggally
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Issue pour le dm 2 de datavisualisation :
"I'm plotting the arrests data set from the Effects package in R. I'd like to only plot the first column showing released's relationship to all other variables with the x-axis labels shown for reach sub-plot."
library(effects)
library(GGally)
data(Arrests)
plot <- ggpairs(Arrests)
plot
Problem:
However, the x-axis labels are missing or suppressed being suppressed for the first row.
Question:
Update: I realized this is actually a two part question.
I want to only plot 1 column (the released column) against all other variables
I would like to label the x axis for each sub-plot.
Metadata
Metadata
Assignees
Labels
No labels