Changes between Initial Version and Version 1 of Ticket #2884
- Timestamp:
- Apr 12, 2008, 4:09:25 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2884 – Description
initial v1 1 To replicate this bug: 2 3 1. Put show(plot(sin)) in a cell and press shift-enter 4 5 2. Then in the *same* cell *delete* show(plot(sin)) and replace it by this and press shift-enter: 6 {{{ 7 @interact 8 def _(n=(1,100)): 9 print n^2 10 }}} 11 12 3. Observe that the plot of sin is still there.