基于 Python 的图表绘图系统 matplotlib

码农软件 · 软件分类 · 报表/图表制作 · 2019-08-21 12:11:34

软件介绍

matplotlib

matplotlib,风格类似 Matlab 的基于Python的图表绘图系统。

matplotlib 是 Python 最著名的绘图库,它提供了一整套和 matlab 相似的命令 API,十分适合交互式地进行制图。而且也可以方便地将它作为绘图控件,嵌入 GUI 应用程序中。

screenshots

示例代码:

  >>> from pylab import randn, hist
  >>> x = randn(10000)
  >>> hist(x, 100)

本文地址:https://codercto.com/soft/d/12845.html

Mastering Regular Expressions, Second Edition

Mastering Regular Expressions, Second Edition

Jeffrey E F Friedl / O'Reilly Media / 2002-07-15 / USD 39.95

Regular expressions are an extremely powerful tool for manipulating text and data. They have spread like wildfire in recent years, now offered as standard features in Perl, Java, VB.NET and C# (and an......一起来看看 《Mastering Regular Expressions, Second Edition》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

html转js在线工具
html转js在线工具

html转js在线工具