EmmanuelDodoo / modav

Data Visualization tool written in Rust and with Iced
2 stars 1 forks source link

Graph Axis marking #24

Closed EmmanuelDodoo closed 2 months ago

EmmanuelDodoo commented 2 months ago

Current axis drawing implementation leaves too much space between the origin and the beginning of points as seen below. image In this image, the spacing issue is on the y axis with the bars being pushed up and overflowing the axis. A similar thing happens for the x axis as well in other cases.

This issue is to fix that

EmmanuelDodoo commented 2 months ago

Issue resolved

Commit e9b56a9fe3eaa04164ae56890b3db1f692600660