Searched refs:Gnuplot (Results 1 – 6 of 6) sorted by relevance
8 [Gnuplot](http://www.gnuplot.info/) is required for graph generation. If gnuplot is not installed,…
97 use crate::plot::{Gnuplot, Plotter};112 Ok(_) => PlottingBackend::Gnuplot,288 Gnuplot, enumerator298 PlottingBackend::Gnuplot => Some(Box::new(Gnuplot::default())), in create_plotter()475 if let PlottingBackend::Gnuplot = backend { in plotting_backend()940 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
5 pub(crate) use gnuplot_backend::Gnuplot;
124 - Escape single quotes in benchmark names when generating Gnuplot scripts.