Group Abstract Group Abstract

Message Boards Message Boards

0
|
2.3K Views
|
3 Replies
|
2 Total Likes
View groups...
Share
Share this post:

MultiaxisArrangement not available for ListLogLinearPlot?

POSTED BY: Joachim Janezic
3 Replies

Two additional questions please:

  1. How could I modify the Range of one of the two vertical axis?

Example: in the uploaded diagram I would like to restrict the right vertical axis to the interval [-180; -80] degrees.

enter image description here

  1. How could I label the horizontal axis?

Thank you,

JJJ

POSTED BY: Joachim Janezic

Great, thx!

POSTED BY: Joachim Janezic

This option appears to be missing (at least in my version 13.3). But you could use instead ListPlot with the appropriate ScalingFunctions-option, e.g.:

ListPlot[{Range[100], Prime[Range[100]], Range[100]^2}, 
 MultiaxisArrangement -> {Right -> {1, 2}, Left -> 3}, 
 ScalingFunctions -> {"Log", Automatic}]
POSTED BY: Henrik Schachner
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard