I plot some function using Manipulate and Plot. For example, Manipulate[Plot[Sin[ax ], {x, 0, 10},AspectRatio -> 0.2], {a, 1, 10}] But on the screen it can be seen quite badly, because the drawing area is extremely small (about 2 to 6 cm).

How can I increase this graph so that, for example, it is on the floor of the screen?

PS

Found the ImageSize option, which is great. But if someone knows other possibilities, I will be extremely grateful)

    0