Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • $\begingroup$ The left and right axes are perfect what I want, but no ticks and labels are required on the bottom and top axes. $\endgroup$ Commented Jan 4, 2022 at 21:32
  • $\begingroup$ @SciJewel, please see the update. $\endgroup$ Commented Jan 4, 2022 at 22:55
  • $\begingroup$ Wow! Thanks, Kglr! Always helpful! $\endgroup$ Commented Jan 4, 2022 at 23:07
  • $\begingroup$ how to rotate the tick labels (-1, -0.5, 0, 0.5, 1) in the above plot? Is this possible? $\endgroup$ Commented Jan 5, 2022 at 8:05
  • $\begingroup$ @SciJewel, define rotatedFrameLabels = Charting`ScaledTicks[{Identity, Identity}][##] /. l_NumberForm :> Rotate[l, 90 Degree] &; and replace All with {rotatedFrameLabels, rotatedFrameLabels} in method 1 and with rotatedFrameLabels in method 2. $\endgroup$ Commented Jan 5, 2022 at 10:08