fsmosca / Python-Chess-Scripts

Tools to process things using python chess library.
GNU General Public License v3.0
1 stars 1 forks source link

Adding depths to time plot? #14

Open rwbc opened 2 years ago

rwbc commented 2 years ago

It would be nice if you could add the depths also into the time plot. May be with a user settable factor for scaling them to fit better into the canvas? (e.g. in fast games with 0.x - some seconds per move, depths still could be 15 - 20 and then a lot of space would be wasted on the image.)

It would help to see anomalities with relatively low depths despite higher time used. (Mostly user introduced problems with the tournament setup)

What do you think?