Skip to content

Commit c3ff854

Browse files
.
1 parent 0c4e748 commit c3ff854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/scatter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'plotrb'
22

3-
raw_data = pdata.name('iris').url('data/iris.json')
3+
raw_data = pdata.name('iris').url('iris_data.json')
44
xs = linear_scale.name('x').from('iris.sepalWidth').to_width.nicely
55
ys = linear_scale.name('y').from('iris.petalLength').to_height.nicely
66
cs = ordinal_scale.name('c').from('iris.species').range(["#800", "#080", "#008"])

0 commit comments

Comments
 (0)