graphkit 0.3.4 → 0.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 44fd98e2dc8c4777c23d428ee0039d7b260b50e3
4
- data.tar.gz: fbaf76d9aa5b564f2f65a89ccb06ed0916513f9e
3
+ metadata.gz: b77a0072b2acb661ebedf10c6e675017d904a06b
4
+ data.tar.gz: a020ab950883ee19b06b13794108230646ddf27e
5
5
  SHA512:
6
- metadata.gz: cee996a524398562dec7239c7f9a87c019d3102134dd61797305e661c94c12c8b49ccdcdeb0be751afc21d5ca66aa4f25eb1619f76e25537ff59d3c418f833b4
7
- data.tar.gz: 7b8b9c635c619c84fc6f5ef44a54f08b49cc8a5b8883b8fa2d15b5316666dcc2da2312a9bb0db1dd9f7db912d784d554a75790151a0dbbe4b3992543ec4c8591
6
+ metadata.gz: 8aad63941b26372a2a9f9e2dccc1cc02934660d652366e51bf6571ce7911888026b7b859f8e08ea43aab73e4844f5183debedee9eef76e6b6e3b249a2b47a558
7
+ data.tar.gz: 52a196d010f54291fecd8437c1050aa94ff5e7ce72ce7c639decfa6e99d4d9f26176b9765aca71a1498b0aafa0b9cf919e2c41a98535ae86ee56e8978c417a95
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.4
1
+ 0.3.5
data/graphkit.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: graphkit 0.3.4 ruby lib
5
+ # stub: graphkit 0.3.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "graphkit"
9
- s.version = "0.3.4"
9
+ s.version = "0.3.5"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Edmund Highcock"]
14
- s.date = "2014-08-14"
14
+ s.date = "2015-02-02"
15
15
  s.description = "A GraphKit is a device independent intelligent data container that allows the easy sharing, combining and plotting of graphic data representations. Easily created from data, they can be output in a variety of formats using packages such as gnuplot. "
16
16
  s.email = "edmundhighcock@sourceforge.net"
17
17
  s.extra_rdoc_files = [
@@ -124,7 +124,12 @@ class GnuplotSetOptions < KitHash
124
124
  ymtics yrange ytics yzeroaxis
125
125
  zdata zdtics zero zeroaxis
126
126
  zlabel zmtics zrange ztics
127
- multiplot ].map{|s| s.to_sym}
127
+ multiplot
128
+ xticlabels
129
+ yticlabels
130
+
131
+
132
+ ].map{|s| s.to_sym}
128
133
  # p instance_methods.sort
129
134
  GNUPLOT_SETS.each do |opt|
130
135
  define_method(opt + "=".to_sym) do |str|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-14 00:00:00.000000000 Z
11
+ date: 2015-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyhacks