Sha256: 105f91a9c1c0f8d8cfc0e8e9d1aa2d5d8ba66b16e760b35028fb6d0a94d2ab56
Contents?: true
Size: 186 Bytes
Versions: 40
Compression:
Stored size: 186 Bytes
Contents
load 'cosmos/gui/line_graph/line_graph_script.rb' x = [0.0, 1.0, 2.0, 3.0, 4.0] y1 = [10.5, 9.6, 7.7, 6.8, 7.4] y2 = [10.2, 9.1, 7.3, 6.5, 7.8] plot(x, y1) plot(x, y1, 'y1', y2, 'y2')
Version data entries
40 entries across 40 versions & 1 rubygems