Hi,

I have problems with plotting in matplotlib. I want to plot something and
then overlay this plot with a scatter plot, so like this:

clf()
plot( sx, sy, 'kx')
hold(True)
scatter( ix, iy, 40, c=iz, faceted=False)
colorbar()
hold(False)

Although the scatter command is called later, any point drawn with the "
scatter"-command lies behind the black crosses drawn by the "plot" command.
Any ideas how to get the order right?

Cheers
  Alex
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to