Closed loganhotz closed 3 years ago
When plotting three or more methods on a single chart through the method parameter, e.g.
method
gdp.plot( method=('difa%', 'yryr%', 'diff%'), subs=False, start='1/1/1980' )
the third (and later methods) are drawn on the axes area.
To fix this, the amount the axes is squeezed vertically (currently 90%) should be a function of the number of rows in the legend entry. Size of the legend text could possibly be altered, too.
addressed with commit 0295244
When plotting three or more methods on a single chart through the
method
parameter, e.g.the third (and later methods) are drawn on the axes area.
To fix this, the amount the axes is squeezed vertically (currently 90%) should be a function of the number of rows in the legend entry. Size of the legend text could possibly be altered, too.