help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kalyanigoli@gmail.com

    #1

    help

    Hi!

    I am a new user to python. I want to draw a 2D graph with
    coordinates data as input. In the graph i want to fill some area and
    also include image maps.
    Can any one suggest which is the best library to use and some links for
    examples.

    Thanks in advance. Your help will be most appreciated.

    Kalyani

  • NavyJay

    #2
    Re: help

    For such a simple task, I would use MATLAB.
    http://www.mathworks.com/products/matlab/

    However, if you have to do generic programming in addition to this, I
    would use Python with the libraries ImageMagick or Python Image Library
    (PIL). Just search for them and you'll have all the examples you need.

    Comment

    • Cameron Laird

      #3
      Re: help

      In article <1146132937.050 193.220710@v46g 2000cwv.googleg roups.com>,
      NavyJay <gaudetteje@gma il.com> wrote:[color=blue]
      >For such a simple task, I would use MATLAB.
      >http://www.mathworks.com/products/matlab/[/color]

      Comment

      Working...