Closed uandere closed 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.
impl Display
to_string()
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 ofto_string()
method.