3

I want to place the Slider of manipulate as I want but I can't, help me to get rid of it

Manipulate[Plot[Sin[a x + b], {x, 0, 6}], {{a, 2, ""}, 1, 4,
ControlPlacement -> Top}, {{b, 0, ""}, 0, 10,   
ControlPlacement -> Bottom}, ContentSize -> 500]

Instead of ControlPlacement -> Top, ControlPlacement -> Bottom I want to use ControlPlacement -> {Top,Center} and ControlPlacement -> {Bottom,Right} respectively.

niren
  • 743
  • 4
  • 13

0 Answers0