Skip to main content
Shortened title
Source Link
MarcoB
  • 68k
  • 19
  • 98
  • 205

Labels Position and numbers taking from left to right withformat frame ticks intact on both axeslabels and top-bottom unmarkedticks frame ticks

How could I move axis and tick labels from the left to the right vertical axis, while retaining ticks on both vertical axes, but removing ticks, axis labels, and tick labels from the top and bottom axes?

See the following example:

Plot[ Sin[x]^3, {x, 0, 10 \[Pi]π}, Frame -> True, FrameLabel -> {"x", "y"}, FrameTicks -> {{True, True}, {True, True}} ] 

Labels and numbers taking from left to right with frame ticks intact on both axes and top-bottom unmarked

How could I move axis and tick labels from the left to the right vertical axis while retaining ticks on both vertical axes, but removing ticks, axis labels, and tick labels from the top and bottom axes?

See the following example:

Plot[ Sin[x]^3, {x, 0, 10 \[Pi]}, Frame -> True, FrameLabel -> {"x", "y"}, FrameTicks -> {{True, True}, {True, True}} ] 

Position and format frame labels and ticks frame ticks

How could I move axis and tick labels from the left to the right vertical axis, while retaining ticks on both vertical axes, but removing ticks, axis labels, and tick labels from the top and bottom axes?

See the following example:

Plot[ Sin[x]^3, {x, 0, 10 π}, Frame -> True, FrameLabel -> {"x", "y"}, FrameTicks -> {{True, True}, {True, True}} ] 
edited title
Link
SciJewel
  • 631
  • 3
  • 12

Labels and numbers taking from left to right with frame ticks intact on bohtboth axes and top-bottom unmarked

tried to explain requirements more clearly
Source Link
MarcoB
  • 68k
  • 19
  • 98
  • 205

How to take labelscould I move axis and numberstick labels from the left to the right vertical axis withwhile retaining ticks intact on the both vertical axes, but make the top and bottom axes withoutremoving ticks, axis labels, and numbers.tick labels from the top and bottom axes?

See the following example: Plot[Sin[x]^3, {x, 0, 10 [Pi]}, Frame -> True, FrameLabel -> {"x", "y"}, FrameTicks -> {{True, True}, {True, True}}]

Plot[ Sin[x]^3, {x, 0, 10 \[Pi]}, Frame -> True, FrameLabel -> {"x", "y"}, FrameTicks -> {{True, True}, {True, True}} ] 

How to take labels and numbers from the left to the right axis with ticks intact on the both axes, but make the top and bottom axes without ticks, labels, and numbers. See the following example: Plot[Sin[x]^3, {x, 0, 10 [Pi]}, Frame -> True, FrameLabel -> {"x", "y"}, FrameTicks -> {{True, True}, {True, True}}]

How could I move axis and tick labels from the left to the right vertical axis while retaining ticks on both vertical axes, but removing ticks, axis labels, and tick labels from the top and bottom axes?

See the following example:

Plot[ Sin[x]^3, {x, 0, 10 \[Pi]}, Frame -> True, FrameLabel -> {"x", "y"}, FrameTicks -> {{True, True}, {True, True}} ] 
Source Link
SciJewel
  • 631
  • 3
  • 12
Loading