【发布时间】:2011-06-09 20:48:10
【问题描述】:
我想让粉色和绿色复选框控件显示在一行上。尽管对 ControlPlacement 帮助进行了广泛的查看,但我无法对其进行调整以使其正常工作。
Manipulate[
Graphics[{If[thePink, {Pink, Disk[{5, 5}, r]}],
If[theGreen, {Green, Disk[{4, 2}, r]}]},
PlotRange -> {{0, 20}, {0, 10}}], {{r, 1,
Style["Radius", Black, Bold, 12]}, 1, 5, 1, ControlType -> Setter,
ControlPlacement -> Top}, {{thePink, True,
Style["Pink", Black, Bold, 12]}, {True, False}}, {{theGreen, False,
Style["Green", Black, Bold, 12]}, {True, False}}]
【问题讨论】:
标签: wolfram-mathematica controls