This should work:
<svg width="800" height="800">
<%= for {x,y} <- @points do %>
<circle cx={x} cy={y} r="15" fill="#24DA5E" />
<% end %>
</svg>
This should work:
<svg width="800" height="800">
<%= for {x,y} <- @points do %>
<circle cx={x} cy={y} r="15" fill="#24DA5E" />
<% end %>
</svg>