enessafak / pygame-chart

Drawing charts in pygame apps
MIT License
3 stars 0 forks source link

Tick calculation with limited data #1

Open enessafak opened 1 year ago

enessafak commented 1 year ago

Tick calculation gets min and max values for tick list (from data or user input) and arranges an equally distributed list by using normalization factors in "util_functions.py / tick_range(mindata,maxdata)". This calculation raises an error when no user input and no adequate data points

saadman-sakib commented 11 months ago

yes, i am facing the same issue

iSaluki commented 6 months ago

I can reproduce this issue. I will likely have to write my own function to produce Pygame line graphs.