Closed neukym closed 8 months ago
It's because the bottom-axis has hard-coded tick labels, which resets the bottom-axis xlims after they've already been set. This is from back when the whole dimensions of the expression plot were hard-coded - there's even a little # todo: hard-coded?
comment above when the xlims are set 😉.
When setting
expression_plot(expression_data, ylim=-200, xlims=(-100, 800))
, only the left hand is adjusted.