Message Boards Message Boards

0
|
1265 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

MultiaxisArrangement seems to break many plot options

Posted 1 year ago
ListLinePlot[{Style[one, Black], Style[two, Blue], 
      Style[three, Green], Style[four, Red]},
     Frame -> True,
     PlotRange -> All,
     FrameLabel -> {"x",”y", " Title"},
     GridLines -> Automatic,
     PlotLegends -> {"one", "two", "three", "four"},
     Filling -> {2 -> Axis, 3 -> Axis, 4 -> Axis}]

Produces what I need but the first curve needs to be on a different axis.

Adding MultiaxisArrangement -> {1, {2, 3, 4}} corrects the axis, but breaks FramLable, PlotLegends, Filling, and Style.

Is there a workaround other than reverting to the old ways of making multi axis graphs?

POSTED BY: Jeff Burns
Posted 3 days ago

I see the same problem. It seems no way to solve it here.

POSTED BY: Zhenyu Zeng
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