Message Boards Message Boards

0
|
1583 Views
|
3 Replies
|
1 Total Likes
View groups...
Share
Share this post:

When plotting, can the Y scale be moved to the right?

Posted 7 months ago

In a basic plot, can the Y scale be moved to the right side?

POSTED BY: Nelson Zink
3 Replies

Is this what you looking for?

Plot[Sin[x], {x, 0, 6 Pi}, AxesOrigin -> {6 Pi, 0} , ScalingFunctions -> {Identity, "Reverse"} , Frame -> Automatic , FrameTicks -> {{False, True}, {False, True}} ] enter image description here

Best Regards,....Jos

POSTED BY: Jos Klaps

You can specify the point of origin of the axes.

Plot[Sin[x], {x, 0, 6 Pi}, AxesOrigin -> {6 Pi, 0}]

plot with y axis on the right side

Posted 7 months ago

Thanks! Somehow "Frame->Automatic" was blocking the scale shift.

POSTED BY: Nelson Zink
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract