[Enhancement] Increase the number of cells in the background of the curve creation. #14

Closed
opened 2023-07-01 14:52:21 +01:00 by OlegEnot · 2 comments
OlegEnot commented 2023-07-01 14:52:21 +01:00 (Migrated from github.com)

Hi all!
In the current version, there is a grid at the place where the curve is created, but the number of cells along two axes is 8*8 pcs. Which is very non-intuitive (100/8=12.5).
It may be possible to implement 10 * 10 cells, as well as duplicate the middle axes of the legend:

100%
|
50%
|
0---50°C---100°C

steamuserimages-a akamaihd01

Thank you!

Hi all! In the current version, there is a grid at the place where the curve is created, but the number of cells along two axes is 8*8 pcs. Which is very non-intuitive (100/8=12.5). It may be possible to implement 10 * 10 cells, as well as duplicate the middle axes of the legend: 100% | 50% | 0---50°C---100°C ![steamuserimages-a akamaihd01](https://github.com/NGnius/Fantastic/assets/121382147/7a5c3c65-6336-4e86-8c48-8bb7deac1a1c) Thank you!
NGnius commented 2023-07-01 22:27:14 +01:00 (Migrated from github.com)

I'm not against changing it, but I do contest the claim that it's unintuitive.

8 is 2^3, which means it's easy to find half subdivisions (50%, 25%, 12.5%). Anecdotally, I've seen that humans do well with halves -- ask someone to cut something in 2 without measuring and the pieces will be pretty even. Ask them to cut something in 4 and they may do alright. Ask them to cut something in 2 and then those halves in 2, and they'll probably do better. Cutting something into 5 will be a horrible experience. I've had similar experience with mental math.

10 sort of sucks because it's only got two factors (2 and 5) which makes it hard to read quickly. Someone who needs that sort of accuracy might be better off just editing the JSON config.

I'm not against changing it, but I do contest the claim that it's unintuitive. 8 is 2^3, which means it's easy to find half subdivisions (50%, 25%, 12.5%). Anecdotally, I've seen that humans do well with halves -- ask someone to cut something in 2 without measuring and the pieces will be pretty even. Ask them to cut something in 4 and they may do alright. Ask them to cut something in 2 and then those halves in 2, and they'll probably do better. Cutting something into 5 will be a horrible experience. I've had similar experience with mental math. 10 sort of sucks because it's only got two factors (2 and 5) which makes it hard to read quickly. Someone who needs that sort of accuracy might be better off just editing the JSON config.
OlegEnot commented 2023-07-04 18:23:07 +01:00 (Migrated from github.com)

You know, you're really right. If you think about it like that, then it is quite intuitive to operate with such shares. Thank you!

You know, you're really right. If you think about it like that, then it is quite intuitive to operate with such shares. Thank you!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: NG-SD-Plugins/Fantastic#14
No description provided.