jaredlander / coefplot

Plotting model coefficients
Other
27 stars 19 forks source link

black and white print #7

Closed chermen closed 11 years ago

chermen commented 11 years ago

Since most journals print in black and white, the nice color differences between models disappear in print, so the publishers require redo the graph, which is a shame, because it's so nice on the screen. Of course, one possibility is to have as many graphs as models, but it is impractical and often impossible, and also it is good idea to have several models in the same graph for comparison reasons. So it would be really nice to have an option for black and white press, perhaps some figures for points would do the trick, the lines would probably be harder to change or they would not look very tidy. I'm sure many users would appreciate the black and white differentiation. Thank you.

jaredlander commented 11 years ago

This would require an extra step of complication, but something that should be doable. And I like the idea. Let me see what I can do after I finish the current refactoring.

jaredlander commented 11 years ago

Changed in the "refactor" branch. Right now it automatically chooses the shapes, which could be overwritten manually with scale_shape_manual. It is in the "refactor" branch. Please install with devtools::install_github("coefplot", "jaredlander", ref="refactor") and test it out.