gnutemplate 0.1.8.1 → 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: 1cea3ed18f9e9e2f8ad94a45ecb03646d674bc6288edd75ca1e2893e0aa2796a
4
- data.tar.gz: 8134a7d3552bbb526b660dc141d36ca2586205c8b09455268adbb8edff290f7f
3
+ metadata.gz: '08348dfcbd8aa2c5f4d3204ba6d1cbb7215e69c5c36d3c7ed125f2947cc7b0a5'
4
+ data.tar.gz: a0b2af796fd95613d344446517178c53c5ba2ca11b4b32b08ff2b836fdde7542
5
5
  SHA512:
6
- metadata.gz: f4dbd320d3d84d7f1e622d3c3c4714c39b80516749b6a9d73f2dd03e2d26d2de25dc856decdd412697fcc177e016276045bf34faf9c53c23a49075f3ef08dc9a
7
- data.tar.gz: 11ee10695415e929c5301f276892fd59b7a1801596e453613c8d7faf833d7a2b35d983b5ff762f232aa1a82193285339967d56ec5046162d41d2947b0b9adaf8
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.1"
4
+ VERSION = "0.1.8.3"
5
5
  end
data/lib/gnutemplate.rb CHANGED
@@ -173,7 +173,7 @@ module Gnutemplate
173
173
  set auto:"x"
174
174
  set :style, :data, :histogram
175
175
  set :style, :histogram, :cluster, gap:1
176
- set :style, :fill_solid, border:-1
176
+ set :style, :fill, solid: 1.0 - (alpha/100.0), border:-1
177
177
  set boxwidth:0.9
178
178
  set :xtic, :rotate, by: rotate_xtics, scale: 0
179
179
 
@@ -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
@@ -262,7 +259,7 @@ module Gnutemplate
262
259
  set auto:"x"
263
260
  set :style, :data, :histogram
264
261
  set :style, :histogram, :cluster, gap:1
265
- set :style, :fill_solid, border:-1
262
+ set :style, :fill, solid: 1.0 - (alpha/100.0), border:-1
266
263
  set boxwidth:0.9
267
264
  set :xtic, :rotate, by: rotate_xtics, scale: 0
268
265
 
@@ -282,10 +279,6 @@ module Gnutemplate
282
279
  end
283
280
 
284
281
  plot *args
285
-
286
- #plot [*freqs[0], using: 2, w: :histogram, t: labels[0], fillcolor: "rgb \"#{colors[0 % 4]}\""],
287
- #[*freqs[1], using: 2, w: :histogram, t: labels[1], fillcolor: "rgb \"#{colors[1 % 4]}\""],
288
- #[*freqs[2], using: 2, w: :histogram, t: labels[2], fillcolor: "rgb \"#{colors[2 % 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.1
4
+ version: 0.1.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - showata