Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Manipulate[
  2. RectangleChart[{{T, 100}, {L, 100}, {M, 100}, {K, 100}, {P, 100}, {B,
  3. 100}}, BarSpacing -> None,
  4. ChartStyle -> {Brown, Gray, Yellow, LightGray, LightBrown,
  5. LightRed}], {T, 25, 40,
  6. Grid[{{Slider[##, Appearance -> Tiny],
  7. InputField[#, FieldSize -> Tiny]}}] &}, {L, 50, 240,
  8. Grid[{{Slider[##, Appearance -> Tiny],
  9. InputField[#, FieldSize -> Tiny]}}] &}, {M, 50, 300,
  10. Grid[{{Slider[##, Appearance -> Tiny],
  11. InputField[#, FieldSize -> Tiny]}}] &},
  12. {K, 25, 40,
  13. Grid[{{Slider[##, Appearance -> Tiny],
  14. InputField[#, FieldSize -> Tiny]}}] &}, {P, 35, 240,
  15. Grid[{{Slider[##, Appearance -> Tiny],
  16. InputField[#, FieldSize -> Tiny]}}] &}, {B, 20, 300,
  17. Grid[{{Slider[##, Appearance -> Tiny],
  18. InputField[#, FieldSize -> Tiny]}}] &}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement