Just one of many curiosities.
x = range(0, 2pi, length = 100)
y = sin.(x)
using PGFPlotsX
@pgf Plot({no_marks}, Table(x,y))
Just one of many curiosities.
x = range(0, 2pi, length = 100)
y = sin.(x)
using PGFPlotsX
@pgf Plot({no_marks}, Table(x,y))