gnuplot @ d4732eec7b9d

Add lines
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Jan 2020 19:56:39 -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