Skip to content

Instantly share code, notes, and snippets.

@yukihane
Last active September 4, 2022 22:51
Show Gist options
  • Save yukihane/c3e94f2d67baea15ea7e8c4ef1a8deba to your computer and use it in GitHub Desktop.
Save yukihane/c3e94f2d67baea15ea7e8c4ef1a8deba to your computer and use it in GitHub Desktop.
「までごとに」
# https://twitter.com/hatsunetsu7/status/1566376520184000512
# を書く gnuplot スクリプト
# 2時間(120分)分描画
set xrange [0:120]
max(x,y) = x > y ? x : y
# 20分まで毎 => ceil(x/20)
# 40分まで無料 => x-40
plot max(0, 100 * ceil((x-40)/20))
@yukihane
Copy link
Author

yukihane commented Sep 4, 2022

graph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment