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
> layer_scales(fig_heat)$x$range
<ggproto object: Class RangeDiscrete, Range, gg>
range: t1 t2 t3 t4 t5
reset: function
train: function
super: <ggproto object: Class RangeDiscrete, Range, gg>
> layer_scales(fig_point)$x$range
<ggproto object: Class RangeDiscrete, Range, gg>
range: t1 t2 t3 t4 t5
reset: function
train: function
super: <ggproto object: Class RangeDiscrete, Range, gg>
The issue might be due to below, and I am not sure how to overwrite this...
> layer_scales(fig_point)$x$range_c
<ggproto object: Class RangeContinuous, Range, gg>
range: 0 4
reset: function
train: function
super: <ggproto object: Class RangeContinuous, Range, gg>
> layer_scales(fig_heat)$x$range_c
<ggproto object: Class RangeContinuous, Range, gg>
range: -0.5 4.5
reset: function
train: function
super: <ggproto object: Class RangeContinuous, Range, gg>
The text was updated successfully, but these errors were encountered:
Hi Y叔,
It seems that
xlim2
fail to align two figures that useposition
The two figures have the same range
The issue might be due to below, and I am not sure how to overwrite this...
The text was updated successfully, but these errors were encountered: