ttm / pyo

Automatically exported from code.google.com/p/pyo
GNU General Public License v3.0
0 stars 0 forks source link

graph does not plot negative values #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

t = CurveTable([(0,0.0),(512,0.97),(1024,-0.94),(1536,0.0),(8192,0.0000)])
t.graph()

0.6.3 ubuntu 10.10

Original issue reported on code.google.com by PaulJohnLeonard on 10 Jan 2013 at 9:19

GoogleCodeExporter commented 9 years ago
Sorry close this I should have read the docs first.

t.graph((-1.0,1.0))

Original comment by PaulJohnLeonard on 10 Jan 2013 at 9:26

GoogleCodeExporter commented 9 years ago

Original comment by belan...@gmail.com on 17 Jan 2013 at 6:55