Searched refs:Gnuplot (Results 1 – 6 of 6) sorted by relevance
99 use crate::plot::{Gnuplot, Plotter, PlottersBackend};116 Ok(_) => PlottingBackend::Gnuplot,314 Gnuplot, enumerator322 PlottingBackend::Gnuplot => Box::new(Gnuplot::default()), in create_plotter()497 if let PlottingBackend::Gnuplot = backend { in plotting_backend()927 Some("gnuplot") => self = self.plotting_backend(PlottingBackend::Gnuplot), in configure_from_args()
2 # sample Gnuplot command file for iperf3 results
70 pub(crate) struct Gnuplot { struct74 impl Plotter for Gnuplot { implementation
4 pub(crate) use gnuplot_backend::Gnuplot;
76 ### Gnuplot plotting script
64 - Escape single quotes in benchmark names when generating Gnuplot scripts.