How do we label each value in Y axis using GNUplot

Viewed 17

I have a plotted graph using the below in GNUPlot

GNU Plot Data

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
1 Answers
Related