Group Abstract Group Abstract

Message Boards Message Boards

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

MultipleAxesListPlot: second Axis-Label and problem with Labeled

Attachments:
POSTED BY: Tom Burgard
Posted 5 years ago

Hi Tom,

Looks like a bug in MultipleAxesListPlot. Use CombinePlots instead, it is much more versatile.

p1 = ListPlot[data1Labeled, Frame -> True];
p2 = ListPlot[data2Labeled, Frame -> True, PlotStyle -> Red, FrameStyle -> Red];

ResourceFunction["CombinePlots"][p1, p2,
  "AxesSides" -> "TwoY", 
  FrameLabel -> {"Punktabstand [\[Micro]m]", "Lebensdauer [\[Micro]s]", None, "ABC"}]

enter image description here

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