Free ascii art function grapher?
Thursday, 9. November 2006, 19:54:06
Someone showed me how maple can generate some really neat plots in a terminal, does anyone know any free software that can do something similar? Here is some example maple output. I cant be the only one would find this really useful









Anonymous # 9. November 2006, 22:29
gnuplot> set terminal dumb
Terminal type set to 'dumb'
Options are 'feed 79 24'
gnuplot> plot sin(x)
and enjoy :)
Anonymous # 10. November 2006, 03:53
Thanks, Tonfa!
taviso # 10. November 2006, 15:59
edit: wow, not bad! thanks again.