Custom Accel Curve

On windows i'm currently using a QL mouse accel filter to use a custom acceleration curve, and was wondering if anyone knew of a way to get comparable results in Linux.

 

Found this:

xinput set-prop "SynPS/2 Synaptics TouchPad" \
"Synaptics Edge Motion Speed" 2000, 5000
xinput set-prop "SynPS/2 Synaptics TouchPad" \
"Device Accel Constant Deceleration" 4
synclient MinSpeed=1.00 MaxSpeed=3.00 AccelFactor=0.025

So it should look something like that. As far as I know, there's no Graphical Tool, but you can go ahead and take a gander in the Software Center. Otherwise you'll just have to be content with the tools provided in System Settings

https://wiki.archlinux.org/index.php/Mouse_acceleration will help a lot!