tiby312 / poloto-project

MIT License
158 stars 10 forks source link

Using `plots!` fails. #162

Closed Icelk closed 2 years ago

Icelk commented 2 years ago

It gives this error message:

the method `chain` exists for struct `poloto::build::SinglePlot<std::iter::FilterMap<std::iter::Map<std::ops::Range<{integer}>, [closure@src/bin/main.rs:500:30: 500:99]>, [closure@src/bin/main.rs:504:38: 514:26]>, std::string::String>`, but its trait bounds were not satisfied

only if the trait PlotIteratorExt isn't imported. This should be done in the macro.

tiby312 commented 2 years ago

thank you for the awareness fixed

Icelk commented 2 years ago

Thanks!