I want to plot a figure like this one:

but with only sketched data curves. The x and y axes should not be sketched.
Is this possible using Gnuplot?
I want to plot a figure like this one:

but with only sketched data curves. The x and y axes should not be sketched.
Is this possible using Gnuplot?
Copyright © 2021 Jogjafile Inc.
I think you may find this link useful, since it's exactly what you are asking for :)
http://rfonseca.github.io/xkcd-gnuplot/
Essentially, it applies a function to jiggle the line and make it pseudo-hand-drawn:
And this is the result:
You may also want to increase samples with
set samples 1000to have better results avoiding spikes in jiggled lines.(As a curiosity, that page is inspired by a StackExchange answer, that contains a very advanced (and amazing, IMHO) approach to this problem, unfortunately only for Mathematica users.)