I have a plotted graph using the below in GNUPlot
How do I name each section like 10Mb/s, 15Mb/s, 20Mb/s ,etc in Y Axis?
Currently, I have done
gnuplot> set xlabel "TIME INSECONDS"
gnuplot> set ylabel "Throughput In Mbps"
gnuplot> set title "ESX Throughput"
gnuplot> plot "esxdata.csv" with linespoints linestyle 1
