views:

66

answers:

1

I'd like to plot mathematical functions and I'm looking for techniques and algorithms for precise and efficient plotting. 2D plotting should suffice. I focus on techniques and algorithms, not libraries or languages. Thanks in advance!

+1  A: 

Are you looking for techniques like Bresenham's line algorithm? That page links to related algorithms.

Stephen Denne
+1 thanks. I'm looking for techniques to drawing curves with high precision
Viet