loony-bean / textplots-rs

Terminal plotting library for Rust
238 stars 24 forks source link

Fixed Plot example #49

Closed uandere closed 1 year ago

uandere commented 1 year ago

This pull request fixes the wrong display of the last chart in the plot.rs example. The problem was due to the moved printing implementation to the impl Display block instead of to_string() method.