简体   繁体   English

没有 matplotlib 的 python 中的 plot 图表是否有另一种方法?

[英]Is there another way to plot a graph in python without matplotlib?

As the title says, that's basically it.正如标题所说,基本上就是这样。 I have tried to install matplotlib already but:我已经尝试安装 matplotlib 但是:

  1. I am on Windows and "sudo" doesn't work我在 Windows 并且“sudo”不起作用
  2. Every solution and answers on Stack Overflow regarding matplotlib (or some other package) not being able to be installed doesn't work for me... Stack Overflow 上关于无法安装 matplotlib(或其他一些软件包)的每个解决方案和答案都对我不起作用......
  3. I get "Error Code 1"我得到“错误代码 1”

So?所以? Is there any other way to plot a graph in python without matplotlib, If not, can I have help with how to install matplotlib?有没有其他方法可以在没有 matplotlib 的情况下 python 中的 plot 图表,如果没有,我可以帮助我如何安装 ZF620313237AEEEB46A successfully?成功地?

You have another one option install seaborn library and plot the graph.您还有另一个选项安装 seaborn 库和 plot 图表。 If you want plot a normal graph means you can directly use plot function to plot graph like data.plot.bar\pie\hist\line like this... If you want plot a normal graph means you can directly use plot function to plot graph like data.plot.bar\pie\hist\line like this...

in cmd (coammand prompt) type pip install matplotlib在 cmd(命令提示符)中输入 pip 安装 matplotlib

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM