grada 2.1.3 → 2.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/grada.rb +2 -2
  2. metadata +1 -1
data/lib/grada.rb CHANGED
@@ -216,7 +216,7 @@ class Grada
216
216
  raise NoPlotDataError if ! @y.nil? && @x.size != @y.size
217
217
 
218
218
  style = Gnuplot::Style.new do |ds|
219
- ds.index = index
219
+ ds.index = 0
220
220
  STYLES.each do |style|
221
221
  ds.send("#{style}=", dic[style]) if dic[style]
222
222
  end
@@ -250,7 +250,7 @@ class Grada
250
250
  plot.set "tics out nomirror"
251
251
 
252
252
  style = Gnuplot::Style.new do |ds|
253
- ds.index = index
253
+ ds.index = 0
254
254
  STYLES.each do |style|
255
255
  ds.send("#{style}=", dic[style]) if dic[style]
256
256
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grada
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3
4
+ version: 2.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: