Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

matplotlib seems only can plot in GUI or output picture/ps format like files. Is there any module to plot and output text mode figures? eg.

^
|          o    
|  o           o   o
|      o   
|                      o
|                          o
|    
+------------------------------>
0  1   2   3   4   5   6   7

Thanks!

share|improve this question
2  
One might want > 0% accept rate before asking questions. – Demian Brecht Oct 13 '12 at 6:17
@DemianBrecht -- I too wonder this. StackOverflows' questions are not only meant to solve the opener's problem but to all the community. So marking a question as answered is fundamental. I user with 0% accept rate is not helping SO so I wonder why should I help him. – Bakuriu Oct 13 '12 at 8:55

1 Answer

Have you already tried ASCII-Plotter?

Alternatively you can call gnuplot from your python script. See Command-line Unix ASCII-based charting / plotting tool and Calling gnuplot from python.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.