1 Star 0 Fork 0

wdliming/bargraph

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README 2.02 KB
一键复制 编辑 原始数据 按行查看 历史
Derek Bruening 提交于 2014-12-07 13:42 . Update for move to GitHub:
bargraph.pl: a bar graph builder that supports stacking and clustering.
Modifies gnuplot's output to fill in bars and add a legend.
For complete documentation see
http://www.burningcutlery.com/derek/bargraph/
Copyright (C) 2004-2014 Derek Bruening <iye@alum.mit.edu>
http://www.burningcutlery.com/derek/bargraph/
https://github.com/derekbruening/bargraph
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
Main features:
* Stacked bars of 9+ datasets
* Clustered bars of 8+ datasets
* Clusters of stacked bars
* Lets you keep your data in table format, or separated but listed in
the same file, rather than requiring each dataset to be in a separate file
* Custom gnuplot command pass-through for fine-grained customization
without having a separate tool chain step outside the script
* Color control
* Font face control and limited font size control
* Automatic arithmetic or harmonic mean calculation
* Automatic legend creation
* Automatic sorting, including sorting into SPEC CPU 2000 integer and
floating point benchmark groups
Multiple data sets can either be separated by =multi,
or in a table with =table. Does support incomplete datasets,
but issues warning.
For clusters of stacked bars, separate your stacked data for each
cluster with =multi or place in a table, and separate (and optionally
name) each cluster with multimulti=
For complete documentation see
http://www.burningcutlery.com/derek/bargraph/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Perl
1
https://gitee.com/liming2019/bargraph.git
git@gitee.com:liming2019/bargraph.git
liming2019
bargraph
bargraph
master

搜索帮助