[Numpy-discussion] Impossible to draw a direction of arrows in Python???

Chris Barker - NOAA Federal chris.barker at noaa.gov
Fri Apr 12 11:49:48 EDT 2013


On Fri, Apr 12, 2013 at 2:34 AM, Happyman <bahtiyor_zohidov at mail.ru> wrote:
> I have encountered some problem while I was drawing a direction of arrow.

What are you drawing with? numpy has nothign to do with drawing.

It's likely that matplotlib is a good choice, if you are doing genreal
plotting, and not jsut frawing an arrow.

Otherwise, each GUI toolkit has custom drawing, or you can draw to a
ini-memory image (and save as PNG, pdf, etc) with pyCairo, PIL, pyGD,
....

But not of that is numpy.

-Chris


-- 

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov



More information about the NumPy-Discussion mailing list