Menu

#442 oplot problem on a /ylog plot.

closed-fixed
nobody
None
8
2012-01-28
2011-12-01
No

I'm using the latest version on Macports - 0.9.2

If I use plot with the /ylog argument, subsequent oplots are plotted incorrectly, i.e all values seem to be around 0.

Steps to reproduce (for example):

a = findgen(1000)
b = a * 2
c = fingen(100)

plot, c, a, /ylog
oplot, b

'a' will plot correctly but all values of b will lie around 0. Tried the same thing in IDL and it works as one would imagine.

Discussion

  • Daniel Fletcher

    Daniel Fletcher - 2011-12-01
    • priority: 5 --> 8
     
  • giloo

    giloo - 2012-01-27

    corrected around patchset 1874. Could be closed I think.

     
  • Alain C.

    Alain C. - 2012-01-28

    Thanks to Gilles, some works have been done, this case is now OK
    (unfortunately we still have tricky counter examples but we hope to fix most !)

    Alain

     
  • Alain C.

    Alain C. - 2012-01-28
    • status: open --> closed-fixed
     

Log in to post a comment.