plotting

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jenya56
    New Member
    • Nov 2009
    • 14

    plotting

    Dear all, I was wondering if there is equivalent in python of this Matlab function:
    PLOTCLR(X,Y,V) plots the values specified in V as a color coded scatter plot at the locations specified in the vectors X and Y. The current colormap of the figure is used for the color code. Any suggestions? Thanks.
  • Glenton
    Recognized Expert Contributor
    • Nov 2008
    • 391

    #2
    I always find the matplotlib gallery a handy place to start.

    It looks like you've got some good responses on nabble, but just in case try:
    this and
    this

    which I found on the gallery.

    Please post back with your success, or with further questions!

    Comment

    Working...