You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set different ylim for the 2 panels in my xpose.VPC plot. Reading through the documentation of xyplot in lattice, I was thinking something like
should work, but the limits for both the panels are set to (0,600). I also get the following warning
Warning messages:
1: In limitlist[id] <- lim :
number of items to replace is not a multiple of replacement length
2: In limitlist[id] <- lim :
number of items to replace is not a multiple of replacement length
Any help in how to set different ylim for different panels would be very much appreciated!
A similar setting in xyplot from lattice seems to be working and gives me different y-limits, e.g., the following works
I am trying to set different
ylim
for the 2 panels in myxpose.VPC
plot. Reading through the documentation ofxyplot
in lattice, I was thinking something likeshould work, but the limits for both the panels are set to
(0,600)
. I also get the following warningAny help in how to set different
ylim
for different panels would be very much appreciated!A similar setting in
xyplot
fromlattice
seems to be working and gives me different y-limits, e.g., the following worksThank you!
SN
The text was updated successfully, but these errors were encountered: