Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.1K Views
|
3 Replies
|
1 Total Like
View groups...
Share
Share this post:

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

Posted 1 year ago

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

POSTED BY: Nelson Zink
3 Replies
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 1 year 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