In IPython Notebook I produce graphics with (for example):
x = [1,2,3,4]
y = [5,6,7,8]
plot(x, y)
When I position the cursor on the generated graph, the tool to resize the graph appears in the lower right corner, but when I resize it it bec...
asked by
14.12.2013 / 22:49