comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » bug report
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
bug report [message #91876] Tue, 08 September 2015 10:32 Go to previous message
chuxiangning is currently offline  chuxiangning
Messages: 17
Registered: September 2012
Junior Member
I played ipython notebook with IDL for fun. It is a nice tool!
However, I found a bug when I use direct graphic system.

For example, if I run the following:

cell1:
x = dindgen(100)
y = sin(0.1*x)
plot, x,y
cell2:
plot, x,y

Cell1 returns a figure, but cell2 does not.


If I plot with the function plot, things work ok:

cell1:
x = dindgen(100)
y = sin(0.1*x)
plot(x,y)
cell2:
plot(x,y)

Both cell1 and cell2 return figures.
[Message index]
 
Read Message
Read Message
Previous Topic: 'True' python call
Next Topic: Double precision data into caldat

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:55:51 PDT 2025

Total time taken to generate the page: 0.00450 seconds