plotters-rs / plotters

A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
https://plotters-rs.github.io/home/
MIT License
3.79k stars 273 forks source link

[BUG] titled function draw text position error when generating PNG file #572

Open skydig opened 4 months ago

skydig commented 4 months ago

Describe the bug Describe what is expected, what you actually get. It would be nice to have screenshot or result image uploaded
image

To Reproduce Some minimal reproduce code is highly recommended

Version Information Please give us what version you are using. If you are pulling Plotters directly from git repo, please mention this as well

skydig commented 4 months ago

the text "bandwidth" is not at center, it's bug?

wangjiawen2013 commented 4 months ago

Could you present your code ?

skydig commented 3 months ago

@wangjiawen2013 , I call twice font drawing, font position become normal. thanks.