Skip to content

Commit 8d1f42f

Browse files
committed
Fix example
1 parent 7c33c24 commit 8d1f42f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ points = [1, 10, 100, 1_000, 10_000, 100_000, 1_000_000]
137137
clojure_gui = [1.487, 1.397, 1.400, 1.381, 1.440, 5.784, 49.275]
138138
elixir_gui = [0.005, 0.010, 0.004, 0.059, 0.939, 5.801, 43.464]
139139
elixir_png = [0.002, 0.010, 0.049, 0.040, 0.349, 4.091, 41.521]
140-
ubuntu_t2m = [0.004, 0.002, 0.001, 0.008, 0.211, 1.873, 19.916]
140+
ubuntu_t2m = [0.004, 0.002, 0.001, 0.008, 0.211, 1.873, 19.916]
141141
ubuntu_stream = [0.002, 0.001, 0.001, 0.009, 0.204, 1.279, 12.858]
142-
for ds <- [clojure_gui, elixir_gui, elixir_png, ubuntu_t2m, ubuntu_stream], do: Enum.zip (points, ds)
142+
datasets = for ds <- [clojure_gui, elixir_gui, elixir_png, ubuntu_t2m, ubuntu_stream], do: Enum.zip (points, ds)
143143

144144
G.plot([
145145
[:set, :title, "Render scatter plot"],

0 commit comments

Comments
 (0)