interrogator / corpkit

A toolkit for corpus linguistics
Other
199 stars 27 forks source link

plotter() legends getting partially cut off #1

Closed interrogator closed 9 years ago

interrogator commented 9 years ago

When using plotter() without IPython, the legend might not completely show up when a figure is drawn.

A workaround is to use the save argument, which will save a version with the full legend. Or, use IPython, and the %matplotlib inline magic.

interrogator commented 9 years ago

Solved this issue, as well as cut off text in tick labels etc.