search for: lychnobite

Displaying 1 result from an estimated 1 matches for "lychnobite".

2008 Apr 20
1
Attempting to sync x-axis labels with grid lines in lattice bwplot
...ing the labels for corresponding vertical grid lines would not only cure the overplotting but also be more aesthetically pleasing. Unfortunately hours of poring over manuals, documentations, mailing list archives, and other R-related text hasn't helped. This following is the plot: http://www.lychnobite.org/images/bsf.png As you can see, the x axis labels are a mess. :( This is the code I used to generate the plot: bsf.plot = bwplot( fitness ~ Gen | Crossover * Rules, data = bsf.df, panel = function(...) { panel.grid(v = -10, h = -1) panel.bwplot(...) # cribbed some lines from...