Skip to content

Issue DM2 #1

@annabelfast

Description

@annabelfast

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions