examples/histogram/exponential.rb in rb-gsl-1.16.0.4 vs examples/histogram/exponential.rb in rb-gsl-1.16.0.5
- old
+ new
@@ -14,6 +14,6 @@
x = GSL::Vector.linspace(0, 15, 100)
y = a*GSL::Sf::exp(x*b)
GSL::graph(h, [x, y], "-C -g 3")
-
+
- old
+ new