search for: jan4

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

Did you mean: jan
2002 Sep 24
1
Vanishing tick marks using bwplot (lattice)
...: num 1 2 3 4 5 6 7 8 9 10 ... $ Month : Factor w/ 12 levels "Jan","Feb","Mar",..: 1 1 1 1 1 1 1 1 1 1 ... $ Rainfall: Named num NA 64 388 433 121 NA NA 90 1 NA ... ..- attr(*, "names")= chr "Jan1" "Jan2" "Jan3" "Jan4" ... Everything works if I plot it this way: bwplot(Year ~ Rainfall | Month, data = plot.df) but if I try: bwplot(Month ~ Rainfall | Year, data = plot.df) the tick marks vanish from the top. Not only that, about 55mm at the top of the plotting region is not used, so that even if the ticks...