绘制二维数据并生成图形的终端应用程序。

plotnow的Python项目详细描述


DownloadsLatest versionWheel StatusEgg StatusLicense

二维数据的图形绘制应用程序。

安装

使用pip方式:

$ pip install plotnow

用法

usage: plotnow [-h] [-r RC_FILE] [--colors COLORS] [--parser PARSER]
            [--loader LOADER] [--recursive] [--reverse] [--relative]
            [-o OUTPUT]
            [-f {pgf,svgz,tiff,jpg,raw,jpeg,png,ps,svg,eps,rgba,pdf,tif}]
            [-m {curve,transition}] [--width WIDTH] [--height HEIGHT]
            [--xlabel XLABEL] [--ylabel YLABEL] [--ylabel2 YLABEL2]
            [--xmin XMIN] [--xmax XMAX] [--ymin YMIN] [--ymax YMAX]
            [--ymin2 YMIN2] [--ymax2 YMAX2] [--without-legend]
            [infiles [infiles ...]]

positional arguments:
infiles

optional arguments:
-h, --help            show this help message and exit
-r RC_FILE, --rc-file RC_FILE
                        A filename of matplotlib RC file will be loaded. You
                        can specify the absolute path or relative path. If you
                        specify it with relative path, the relative path from
                        working directory will be used.
--colors COLORS       A comma separated HTML colors.
--parser PARSER       A maidenhair parser name.
--loader LOADER       A maidenhair loader name.
--recursive           Recursively load data from a directory.
--reverse             Reverse data loading order.
--relative            Translate data to relative value to the 1st data
                        loaded.
-o OUTPUT, --output OUTPUT
                        An output graph file. File type will be automatically
                        detected from the extensions. Or you can specify the
                        file type with --format option.
-f {pgf,svgz,tiff,jpg,raw,jpeg,png,ps,svg,eps,rgba,pdf,tif}, --format {pgf,svgz,tiff,jpg,raw,jpeg,png,ps,svg,eps,rgba,pdf,tif}
                        An output graph file type.
-m {curve,transition}, --mode {curve,transition}
                        A mode of plotting. 'curve' is used for plotting
                        relation between X and Y data. 'transition' is used
                        for plotting relation among X1-Xn and Y1-Yn data.
--width WIDTH         A width in inch of output graph.
--height HEIGHT       A height in inch of output graph.
--xlabel XLABEL       A label text of X axis.
--ylabel YLABEL       A label text of Y axis.
--ylabel2 YLABEL2     A label text of Y2 axis used in 'transition' mode.
--xmin XMIN           Limit minimum value of X axis.
--xmax XMAX           Limit maximum value of X axis.
--ymin YMIN           Limit minimum value of Y axis.
--ymax YMAX           Limit maximum value of Y axis.
--ymin2 YMIN2         Limit minimum value of Y2 axis used in 'transition'
                        mode.
--ymax2 YMAX2         Limit maximum value of Y2 axis used in 'transition'
                        mode.
--without-legend      Disable legend drawing.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
如果SQL server执行计划是流式传输数据,那么调用next()时Java ResultSet对象将如何反应?   java为什么水平滚动条永远不会出现在JTable上?   java如何在Android项目中添加SDK模块   绿脚:爪哇。lang.ClassCastException:无法将障碍物投射到球投射物   xslt需要在Java1.4.2中使用SaxonB(版本9.1.0.8)方面的帮助   java Apache HTTP客户端下载SOAP响应的一部分   为Java 9计划的“过滤传入序列化数据”解决了数据反序列化安全漏洞吗?   java如何使用drools对列表中的元素进行分组   java从匿名类到lambda表达式   Java中是否有不可变的单链表实现?   java动态添加按钮以滚动查看安卓   java GAE:无法为模块http请求设置管理员登录凭据   java如何在Hibernate 5 CriteriaBuilder中使用条件条件获取计数   java如何将JSON+HAL响应解析为POJO   java如何获取计算器程序,对两个以上的数字进行加、减、乘、除   java Thymeleaf+静态资源+@ResponseBody