Python ASCII plots in terminal

后端 未结 9 2147
一向
一向 2020-12-04 15:39

With Octave I am able to plot arrays to the terminal, for example, plotting an array with values for the function x^2 gives this output in my terminal:

9条回答
  •  北海茫月
    2020-12-04 16:11

    If you’re constrained to matplotlib, the answer is currently no. Currently, matplotlib has many backends, but ASCII is not one of them.

提交回复
热议问题