examples/histogram/xexp.rb in gsl-1.15.3 vs examples/histogram/xexp.rb in gsl-1.16.0.6

- old
+ new

@@ -16,6 +16,6 @@ p 1.0/b x = GSL::Vector.linspace(0, 15, 100) y = amp*x*GSL::Sf::exp(-x*b) GSL::graph(h, [x, y], "-C -g 3") - +