Closed interrogator closed 9 years ago
When using plotter() without IPython, the legend might not completely show up when a figure is drawn.
plotter()
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.
save
%matplotlib inline
Solved this issue, as well as cut off text in tick labels etc.
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.