gnutemplate 0.1.8.2 → 0.1.8.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3dd7398ce7190378ca93785011183b56aa25dea3c87ae8e358156582f238596e
4
- data.tar.gz: eb5f9c6ab9d5750cc0c2bd404a0b922858b4af7cdb6b64429b702010d60c0ded
3
+ metadata.gz: '08348dfcbd8aa2c5f4d3204ba6d1cbb7215e69c5c36d3c7ed125f2947cc7b0a5'
4
+ data.tar.gz: a0b2af796fd95613d344446517178c53c5ba2ca11b4b32b08ff2b836fdde7542
5
5
  SHA512:
6
- metadata.gz: 27ec96672fd238aa3ef6e60f66f1b13832f29c6690d8ad17caf2cf2a1caacf7cb488be6c4863633242798ef2963750ef9a47432a6d6eb8366ca53f429d3b4b3b
7
- data.tar.gz: c50e8c423f6aae5dff91ffdee866b2de055ccd82c57d5f1909ea83259113da98e309992c1471b7993e9d3f2b8416b79390ec5725c76af74108bbde502ccd6902
6
+ metadata.gz: f5753ee46b8a405aa613df70a6f8dd771b84646da13a242cd0e77d5bbcbdbb046cf09d4d718ab561459497008d0e249bb429edca9d82c029a7d1caa81fbbc134
7
+ data.tar.gz: 5d17439db11bb344a51ac20a32b7bf04fe6930f86e204546d043e043750f4d1a775b573ef48a86df53c01b01bec8e2ca74771245bffe3c1cc96403ff7884c136
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gnutemplate
4
- VERSION = "0.1.8.2"
4
+ VERSION = "0.1.8.3"
5
5
  end
data/lib/gnutemplate.rb CHANGED
@@ -193,9 +193,6 @@ module Gnutemplate
193
193
  end
194
194
 
195
195
  plot *args
196
- #plot [*freqs[0], using: 2, w: :histogram, t: labels[0], fillcolor: "rgb \"#{colors[0 % 4]}\""],
197
- #[*freqs[1], using: 2, w: :histogram, t: labels[1], fillcolor: "rgb \"#{colors[1 % 4]}\""],
198
- #[*freqs[2], using: 2, w: :histogram, t: labels[2], fillcolor: "rgb \"#{colors[2 % 4]}\""]
199
196
 
200
197
  end # Of if pileup..else
201
198
  end # Of Numo.noteplot do
@@ -282,10 +279,6 @@ module Gnutemplate
282
279
  end
283
280
 
284
281
  plot *args
285
- ,
286
- #[*freqs[1], using: 2, w: :histogram, t: labels[1], fillcolor: "rgb \"#{colors[1 % 4]}\""],
287
- #[*freqs[2], using: 2, w: :histogram, t: labels[2], fillcolor: "rgb \"#{colors[2 % 4]}\""]
288
- #plot [*freqs[0], using: 2, w: :histogram, t: labels[0], fillcolor: "rgb \"#{colors[0 % 4]}\""]
289
282
 
290
283
  end # Of if pileup..else
291
284
  end # Of Numo.noteplot do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gnutemplate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.2
4
+ version: 0.1.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - showata