gnuplotter 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/gnuplotter.rb +1 -0
- data/lib/gnuplotter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0d5f688c6f462aecc5addcac55328845ead9ed3
|
4
|
+
data.tar.gz: dd03f83d5e0a1f4f1e2f70a64044c899e8100b75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb5d87545b99603da7aabef42deb53d0f57b2216110b36e600b80146f067dfb2eb4365506da0ddb5f35081f12c318864800e48a0f52f7a738b2015972ce7e905
|
7
|
+
data.tar.gz: fe4c74414de285cc76162267af6ef71c7e085bdd22ed5e5caf53c5a86d95e0844caadab595d65cacc0607d9f8bb060fbfb5ab1be54b9eb231b7838b02e09e3c6
|
data/README.md
CHANGED
@@ -5,11 +5,11 @@ around Gnuplot with a syntax closely following Gnuplot's.
|
|
5
5
|
|
6
6
|
Installation
|
7
7
|
------------
|
8
|
-
First you must install Gnuplot. Follow the
|
8
|
+
First you must install Gnuplot. Follow the instructions at the Gnuplot website:
|
9
9
|
|
10
10
|
http://www.gnuplot.info/
|
11
11
|
|
12
|
-
Then install the Ruby gem
|
12
|
+
Then install the Ruby gem:
|
13
13
|
|
14
14
|
`gem install gnuplotter`
|
15
15
|
|
@@ -55,7 +55,7 @@ See more examples in the `examples/` directory.
|
|
55
55
|
|
56
56
|
Testing
|
57
57
|
-------
|
58
|
-
gnuplotter have a `to_gp` method that dumps a
|
58
|
+
gnuplotter have a `to_gp` method that dumps a standalone Gnuplot script including
|
59
59
|
data, which is very useful for debugging and testing. For the above example
|
60
60
|
the output is:
|
61
61
|
|
data/lib/gnuplotter.rb
CHANGED
data/lib/gnuplotter/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gnuplotter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Martin A. Hansen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: GnuPlotter is a wrapper around gnuplot.
|
14
14
|
email: mail@maasha.dk
|