![]() |
VOOZH | about |
Prerequisites: Pandas
The size of a plot can be modified by passing required dimensions as a tuple to the figsize parameter of the plot() method. it is used to determine the size of a figure object.
Syntax:
figsize=(width, height)
Where dimensions should be given in inches.
Example 1
Output:
👁 ImageExample 2
Output :
👁 ImageExample 3