[IPython-dev] next question: printing

Satrajit Ghosh satra at mit.edu
Sat Nov 26 16:40:00 EST 2011


if i have a cell that generates multiple figures (i see them in the
notebook output) and in the window that print opens. but if i print to file
or printer, only the figures that fit on that page with the cell gets
printed. i.e. a pdf generated from the notebook doesn't reflect all the
output content of the notebook.

i think you can replicate it by doing the following in a single cell:

figure();plot(range(1))
figure();plot(range(2))
figure();plot(range(3))
figure();plot(range(4))

and then trying to print that to a pdf using the notebook print button and
then ctrl+p. (i'm using firefox on ubuntu).

cheers,

satra
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20111126/c28f1f52/attachment.html>


More information about the IPython-dev mailing list