public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/ruby-scripts:master commit in: ruby-stats/
Date: Tue, 15 Oct 2013 15:58:17 +0000 (UTC)	[thread overview]
Message-ID: <1381852659.b1b045e957f5471289a495d5dd51800631024edc.graaff@gentoo> (raw)

commit:     b1b045e957f5471289a495d5dd51800631024edc
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Oct 15 15:57:39 2013 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 15:57:39 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=b1b045e9

A gnuplot script to plot the output of the ruby_stats.py script to SVG.

---
 ruby-stats/plot | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/ruby-stats/plot b/ruby-stats/plot
new file mode 100644
index 0000000..44b5f0f
--- /dev/null
+++ b/ruby-stats/plot
@@ -0,0 +1,20 @@
+set terminal svg size 800,600
+set output "targets.svg"
+
+set object 1 rect from screen 0, 0, 0 to screen 1, 1, 0 behind
+set object 1 rect fc  rgb "white"  fillstyle solid 1.0
+
+set title "RUBY_TARGETS support in Gentoo"
+set ylabel "Packages"
+set xlabel "Time"
+
+set xdata time
+set timefmt "%Y-%m-%d"
+set format x "%b %d"
+
+plot "data.txt" using 1:4 with lines title "ruby18", \
+     "data.txt" using 1:5 with lines title "ruby19", \
+     "data.txt" using 1:6 with lines title "ruby20", \
+     "data.txt" using 1:7 with lines title "jruby", \
+     "data.txt" using 1:8 with lines title "ree18", \
+     "data.txt" using 1:9 with lines title "rbx"


             reply	other threads:[~2013-10-15 15:58 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-15 15:58 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-10-15 15:58 [gentoo-commits] proj/ruby-scripts:master commit in: ruby-stats/ Hans de Graaff
2013-10-19  7:06 Hans de Graaff
2013-10-22  6:11 Hans de Graaff
2013-10-30  5:56 Hans de Graaff
2013-12-25 19:42 Hans de Graaff
2013-12-28  7:03 Hans de Graaff
2014-05-31 20:56 Manuel Rüger
2014-05-31 20:56 Manuel Rüger
2014-11-09  8:10 Hans de Graaff
2014-12-27 19:07 Manuel Rüger
2014-12-27 19:20 Manuel Rüger
2014-12-27 19:22 Manuel Rüger
2014-12-27 19:53 Manuel Rüger
2015-01-01 16:42 Manuel Rüger
2015-10-01  6:27 Hans de Graaff
2015-12-27  8:46 Hans de Graaff
2016-12-25  6:56 Hans de Graaff
2018-02-16 16:33 Hans de Graaff
2019-01-21 18:17 Hans de Graaff
2020-01-05  8:15 Hans de Graaff
2020-01-05  8:15 Hans de Graaff
2022-03-13  7:11 Hans de Graaff
2023-04-09  7:37 Hans de Graaff
2023-04-09  7:37 Hans de Graaff
2024-08-12  7:12 Hans de Graaff
2024-08-12  7:12 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1381852659.b1b045e957f5471289a495d5dd51800631024edc.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox