Figure size: use a unique argument name
GEMSEO uses two argument names for the size of a figure: figsize
and fig_size
. We should use a single one. This argument is often passed to Matplotlib which uses figsize
. Why not keeping this one?
GEMSEO uses two argument names for the size of a figure: figsize
and fig_size
. We should use a single one. This argument is often passed to Matplotlib which uses figsize
. Why not keeping this one?