In a basic plot, can the Y scale be moved to the right side?
You can specify the point of origin of the axes.
Plot[Sin[x], {x, 0, 6 Pi}, AxesOrigin -> {6 Pi, 0}]
Thanks! Somehow "Frame->Automatic" was blocking the scale shift.