SinglePlot/Chain/Marker should derive Clone/Copy
tiby312 opened this issue · comments
Ken Reed commented
Ken Reed commented
getting Copy to work is hard. The problem is that SinglePlot stores inside of it the iterator over the plots. To get copy to work would need a way to basically chain two IntoIterators, instead of chaining two Iterators.
Ken Reed commented
I did get clone to work. added some tests. giving up on copy