From 80ffeaf6d6cb00106991bb7cc202c957c3e10d34 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Sat, 26 Sep 2020 15:13:53 -0700 Subject: Remove logarithm --- grapher/ReadMe/Guide.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'grapher/ReadMe') diff --git a/grapher/ReadMe/Guide.md b/grapher/ReadMe/Guide.md index 43619d3..e3fd442 100644 --- a/grapher/ReadMe/Guide.md +++ b/grapher/ReadMe/Guide.md @@ -89,10 +89,5 @@ Natural is a style found in the game Diabotical. It features a concave curve whi This curve looks like an "S" with the top half bigger than the bottom. Mathematically it's a "Sigmoid function on a log-log plot". A user can set the "midpoint" of the S, the "acceleration" (i.e. slantedness) of the S, and the "motivity". "Motivity" sets min and max sensitivity, where the maximum is just "motivity", and the minimum is "1/motivity." (Sensitivity is 1 at the midpoint.) This curve is calculated and stored in a lookup table before applying acceleration, which makes the gain graph look a little funny. This is one author's favorite curve, and an excellent choice for power users and new users who don't mind playing with the settings a little. ![MotivityExample](\images\motivity_example.png) -### Logarithm -Not a big difference between this and power in terms of shape. -![LogarithmExample](\images\logarithm_example.png) - - ## Further Help Further help and frequently asked questions can be found in the FAQ. \ No newline at end of file -- cgit v1.2.3