Introduction
Introduction Statistics Contact Development Disclaimer Help
Log - ploot - simple plotting tools
git clone git://bitreich.org/ploot git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65…
Log
Files
Refs
Tags
README
LICENSE
---
Date Commit message Author
2022-09-07 10:41 fix the SEE ALSO manpage section Josuah Demangeon
2022-09-07 10:40 fix manpages installation path (double … Josuah Demangeon
2022-09-07 10:37 fix the documentation Add missing manpa… Josuah Demangeon
2022-09-07 09:29 fix compilation error and warnings unde… Josuah Demangeon
2021-10-22 20:22 Add an ISC LICENSE file glenda
2021-06-27 02:57 move from CSV to TSV Josuah Demangeon
2021-06-27 02:51 ploot-farbfeld: comeback Josuah Demangeon
2021-06-26 23:25 fix the value scale Josuah Demangeon
2021-06-26 23:13 pretier replacement character Josuah Demangeon
2021-06-26 23:10 drawille: text glyph are between 0 and … Josuah Demangeon
2021-06-26 23:04 csv: memset the newly allocated struct … Josuah Demangeon
2021-06-26 23:04 csv: fix use of uninitialized memory Josuah Demangeon
2021-06-26 22:16 fix segmentation fault on non-ASCII gly… Josuah Demangeon
2021-06-23 21:39 group farbfeld code in the single farbf… Josuah Demangeon
2021-06-21 23:02 add pledge() support on OpenBSD Josuah Demangeon
2021-06-21 22:32 flatten the repository and simplify Mak… Josuah Demangeon
2021-06-08 06:55 explicit declaration of extern variables Marc Chantreux
2020-10-11 15:17 fix ploot-text using argv[0] Josuah Demangeon
2020-04-28 20:55 Fix options in ploot-farbfeld Michal Josef Špač…
2020-04-28 20:38 Fix usage Michal Josef Špač…
2020-04-28 20:36 Fix deploying of man pages Michal Josef Špač…
2020-03-03 22:50 fix width calculation Josuah Demangeon
2020-03-03 20:26 fix the horizontal scale Josuah Demangeon
2020-02-25 22:36 simpler log functions Josuah Demangeon
2020-02-24 12:46 portability fixes Josuah Demangeon
2020-02-23 10:58 fix label length due to sizeof(ptr) mis… Josuah Demangeon
2020-02-22 22:24 refactor and fix prevous refactoring Josuah Demangeon
2020-02-22 16:29 vlist -> csv Josuah Demangeon
2020-02-22 15:54 refactor Josuah Demangeon
2020-02-18 07:33 refactor a bit Josuah Demangeon
2020-02-15 14:23 add an experimental ploot-braille tool Josuah Demangeon
2020-02-15 13:52 rename ploot-ff to ploot-farbfeld, to m… Josuah Demangeon
2020-02-08 17:38 put code in commont between ploot-ff.c … Josuah Demangeon
2020-02-07 18:50 import source code from monit, reverse … Josuah Demangeon
2018-08-08 19:40 add ploot-csv.7 man page to the install… Josuah Demangeon
2018-08-08 19:39 add man pages for each tool and the inp… Josuah Demangeon
2018-08-08 17:46 Makefile: fix the install recipe Josuah Demangeon
2018-06-12 00:24 refactor: unify into one file per progr… Josuah Demangeon
2018-05-10 09:54 make the project compile with pcc as we… Josuah Demangeon
2018-05-08 13:32 remove debug, fix usage, do not die on … Josuah Demangeon
2018-05-07 08:25 sprintf() -> snprintf() Josuah Demangeon
2018-05-07 01:22 add a -w width flag to fill up a whole … Josuah Demangeon
2018-05-07 00:51 setvbuf(..., _IOLBF, ...) to make sure … Josuah Demangeon
2018-05-07 00:27 add unicode separators as we already us… Josuah Demangeon
2018-05-07 00:06 make plotting work without scales Josuah Demangeon
2018-05-06 23:17 remove debugging Josuah Demangeon
2018-05-06 23:13 do not forget to exit(1) on error Josuah Demangeon
2018-05-06 23:10 make plootxt draw an empty grid Josuah Demangeon
2018-05-06 21:11 initial WIP implementation of plain tex… Josuah Demangeon
2018-05-02 14:50 much less evil syntax Josuah Demangeon
2018-05-02 10:17 choose whether we scale up or scale down Josuah Demangeon
2018-05-02 05:56 do not always star time at 0 Josuah Demangeon
2018-05-02 05:46 make scales support values between 0 an… Josuah Demangeon
2018-05-02 05:34 fix the scales Josuah Demangeon
2018-05-02 04:37 auto-scale Josuah Demangeon
2018-05-02 03:46 make plotting work with arbitrary scale Josuah Demangeon
2018-05-02 03:09 fix buffer size calculation Josuah Demangeon
2018-05-01 23:12 reading lines into a buffe Josuah Demangeon
2018-05-01 18:00 prepare ffplot to read from stdin Josuah Demangeon
2018-05-01 16:35 plotting complete Josuah Demangeon
2018-04-30 19:05 setup the horizontal axis Josuah Demangeon
2018-04-30 18:39 fix coordinames Josuah Demangeon
2018-04-30 15:09 added 14x7 font Josuah Demangeon
2018-04-30 14:01 draw strings Josuah Demangeon
2018-04-30 13:38 drawing bitmapped font Josuah Demangeon
2018-04-30 12:25 plot lines thanks to dcat Josuah Demangeon
2018-04-30 09:33 basic rectangle drawing functions Josuah Demangeon
2018-04-29 19:54 draw to farbfeld instead of plain text Josuah Demangeon
2018-03-17 15:33 switch back to arg.h Josuah Demangeon
2018-03-15 18:16 Merge branch 'master' of nas.josuah.net… Josuah Demangeon
2018-03-02 23:55 adding a README Josuah Demangeon
2018-02-16 11:57 ploot.1: added the man page Josuah Demangeon
2018-02-14 19:33 [ref] move title to the bottom Josuah Demangeon
2018-02-14 19:33 [ref] move title to the bottom Josuah Demangeon
2018-02-14 19:13 [add] time at the bottom axis Josuah Demangeon
2018-02-07 10:56 back to space-separated values Josuah Demangeon
2018-02-07 10:49 fix simple plotting label Josuah Demangeon
2018-02-06 23:47 fix compilation under Linux Josuah Demangeon
2018-02-06 23:06 add a newline before and after the plot Josuah Demangeon
2018-02-06 22:47 make it easier to process collectd outp… Josuah Demangeon
2018-02-06 22:24 adding a Makefile Josuah Demangeon
2018-02-06 22:03 plotting time series Josuah Demangeon
2018-02-06 10:36 fix ring buffer Josuah Demangeon
2018-02-04 22:50 [fix] increase offset in ring buffer Josuah Demangeon
2018-02-04 22:31 using getopt all the same Josuah Demangeon
2018-02-03 22:43 fixing buffer overflow Josuah Demangeon
2018-02-03 02:13 reding from stdin with scanf, may still… Josuah Demangeon
2018-02-03 00:48 adding arg.h, thank you __20h__ Josuah Demangeon
2018-02-02 23:06 finally ignoring ploot Josuah Demangeon
2018-02-02 22:37 properly implemented printf formatter h… Josuah Demangeon
2018-02-02 22:02 centered title Josuah Demangeon
2018-02-02 21:59 remove binary Josuah Demangeon
2018-02-02 21:55 adjust vaxis Josuah Demangeon
2018-02-02 20:05 drawing dots Josuah Demangeon
2018-02-02 01:16 humanize a number for the scale Josuah Demangeon
Atom feed
Atom feed (tags)
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.