Closed DorisAmoakohene closed 2 months ago
please change slow to Slow (capital S)
please use colors from atime_pkg, https://github.com/DorisAmoakohene/Codes-and-Test-for-my-paper/issues/4#issuecomment-2258077652
please remove x axis ticks larger than data range (1e9, 1e5)
please clarify x axis title -- what is data size? (rows, columns, etc?)
please increase the number of grid points
10^seq(1,7,by=0.25)
instead of by=1
please remove 1e8 tick which is outside of data range
when I remove tick 1e8 it makes the text size of the fast and slow small
I understand that you have reduced the range of the x axis from 1e8 and that makes the text size of the direct labels too small.
I did not suggest to reduce the range. Keep the same range, and remove the 1e8 tick, by using scale_x_log10(limits=c(1e1,1e8), breaks=10^seq(1, 7))
etc
@tdhock
See graphs to show for performance testing for your review