Thisal Dilmith
Thisal Dilmith
> can you add easing to the animated graphs? like when the graph is being drawn instead of one line at a time, it can draw slow then fast then...
> You can see grid lines are above the lines, which looks a little off. > You can simply tag_raise the lines in the chart when it's added. > ...
> @Thisal-D I recommend drawing the grid lines in the canvas, which is very easy. Here is a basic example: > > ```python > width = 100 > height =...
> Redrawing simple lines doesn't take so much on performance. > But you can remove those canvas items from the list before clearing it, just add those grid lines in...
> Redrawing simple lines doesn't take so much on performance. But you can remove those canvas items from the list before clearing it, just add those grid lines in some...