Babylonian spiral: Difference between revisions

Added “cmd "set size ratio -1"” to get same scale for x and y axes.
(Nim solution.)
(Added “cmd "set size ratio -1"” to get same scale for x and y axes.)
Line 372:
 
withGnuPlot:
cmd "set size ratio -1"
plot(x, y, "Babylonian spiral", "with lines lc black lw 1")
png("babylonian_spiral.png")
256

edits