You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the multiplot_options.rs via cargo run --example muliplot_options, the only thing drawn is "Parabola 3" (or whatever the last plot drawn was).
When I execute gnuplot --persist multiplot_options.gnuplot, it properly draws all three figures.
The text was updated successfully, but these errors were encountered:
When I run the
multiplot_options.rs
viacargo run --example muliplot_options
, the only thing drawn is "Parabola 3" (or whatever the last plot drawn was).When I execute
gnuplot --persist multiplot_options.gnuplot
, it properly draws all three figures.The text was updated successfully, but these errors were encountered: