RustGnuplot icon indicating copy to clipboard operation
RustGnuplot copied to clipboard

multiplot

Open scriptandcompile opened this issue 9 years ago • 2 comments

Does this library allow for multiplotting?

I tried to figure it out and well...I couldn't.

scriptandcompile avatar Mar 03 '16 08:03 scriptandcompile

Yeah, you create multiple axes. See this code: https://github.com/SiegeLord/RustGnuplot/blob/master/examples/example1.rs#L53-L66

SiegeLord avatar Mar 04 '16 02:03 SiegeLord

Thank you! that solved the problem.

You might want to think about breaking up the examples in to smaller bits, showing just specific features, then naming the examples on which they where.

I just kept chewing through the docs trying to figure it out. I'm still not used to how rust organizes documentation yet.

Thanks for the assistance!

scriptandcompile avatar Mar 04 '16 04:03 scriptandcompile