开发者

Putting a VerticalSlider into Mathematica's Manipulate?

开发者 https://www.devze.com 2023-01-30 16:25 出处:网络
How do you set up manipulate so that you can control a variable with a vertical slider ins开发者_StackOverflow社区tead of a horizontal slider in Mathematica? From the help....

How do you set up manipulate so that you can control a variable with a vertical slider ins开发者_StackOverflow社区tead of a horizontal slider in Mathematica?


From the help ....

Manipulate[u, {u, 0, 1, ImageSize -> Small}, 
 ControlType -> VerticalSlider, ControlPlacement -> Left]  

Putting a VerticalSlider into Mathematica's Manipulate?

0

精彩评论

暂无评论...
验证码 换一张
取 消