also, what happens on your system when you change lines like this: PyPlot.plot(x,y1,color="red",marker="*",linestyle="none")
to lines like this: PyPlot.plot(x,y1,color="red",marker="*",linestyle="none",block=true) hopefully, more later ... On Saturday, April 25, 2015 at 3:55:58 PM UTC-7, cdm wrote: > > > i may be able to try this from the REPL later today ... > > in the meantime, what is the result of > > using PyCall > pygui() > > on your Julia setup? > > > On Saturday, April 25, 2015 at 3:23:32 PM UTC-7, Ferran Mazzanti wrote: >> >> Surpsisingly that didn't work either, but shows a strange ehaviour >> instead: three figure frames (figure boxes) are opened: figure 1 has once >> again both plots merged, while figures 2 and 3 show the canvas with nothin >> (fig.3) and the canvas with the axes (fig.2), but the plots themselves are >> merged in fig.1 as I mentioned (?)... >> Have you tried that form the command line REPL? That seems to be >> different from the IJulia notebook behavior... >> >>
