Unanswered Superimpose contour() and plot()

  • giovedì 10 novembre 2011 16:46
     
     

    Hi all,

    Was wondering, is there any way to put contour plot and usual plot() in the same figure? I mean, in the same way that you can do with different plots:

    plot(....)
    hold()
    plot(...)

    It does not work for combining plot() and contour() - one removes the other from the figure.