Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ggplot colors and lines #9

Open
gaelleVF opened this issue Jan 25, 2016 · 3 comments
Open

ggplot colors and lines #9

gaelleVF opened this issue Jan 25, 2016 · 3 comments
Assignees
Milestone

Comments

@gaelleVF
Copy link
Contributor

Is it possible to put a larger color scale in the graphics ? With this one even with not many person/year/germplasm it can be hard to distinguish the different tones.

@priviere priviere self-assigned this Feb 5, 2016
@priviere priviere added this to the v0.9.2 milestone Feb 5, 2016
@priviere
Copy link
Owner

priviere commented Jul 6, 2016

@priviere priviere removed this from the v0.9.2 milestone Jul 6, 2016
@priviere priviere added this to the v0.10.1 milestone Jul 19, 2016
@priviere
Copy link
Owner

priviere commented Aug 8, 2016

@priviere priviere changed the title ggplot colors ggplot colors and lines Aug 8, 2016
@priviere
Copy link
Owner

priviere commented Aug 8, 2016

It could be possible to add combinaison of colors and lines : for one color, two lines
example:
p1_GxE = ggplot(data = dataf, aes(x = environnement, y = temp, colour = germplasme, group = germplasme))
p1_GxE = p1_GxE + stat_summary(fun.y = mean, geom = "line", aes(linetype = germplasme), size = 1) + scale_linetype_manual(values=rep(c("solid", "dotted"), 6))
cbbPalette <- c("#000000", "#E69F00", "#009E73", "#0072B2", "#D55E00", "#CC79A7")
p1_GxE = p1_GxE + scale_color_manual(values=rep(cbbPalette, each = 2))

@priviere priviere mentioned this issue Aug 8, 2016
@priviere priviere modified the milestones: v0.10.1, v0.10.3 Aug 9, 2016
priviere pushed a commit that referenced this issue Oct 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants