gnuplot @ 745c3f963e84

Add options for handling encodings in `lines`
author Steve Losh <steve@stevelosh.com>
date Fri, 31 Jan 2020 13:03:56 -0500
parents 9103f39a983f
children 8da727b58a0f
set terminal qt noraise
set samples 1000

tau = 2 * pi
e = 2.71828182845905
r2 = sqrt(2.0)

min(a, b) = (a<b) ? a : b
max(a, b) = (a>b) ? a : b