I am currently analysing and profiling Quick Sort with numerous data size. I have already collected the required data from the profiler. And I have also plotted the graph for the average run time against the data size.
Now I would like to plot the N log N chart as well so that I can compare the theoritical data against the data I have. However I am not able to plot the N log N graph using excel.
There is an option under Chart Design --> Add Chart Element --> Trendline --> Logarithmic. It also gives us the option to customise it as shown below.
However I am not entirely sure about plotting N log N using this feature. I need this for analysing the Quick Sort and few other sort algorithms.