# File mrplot/plots/xy.rb, line 44 def sort_plot_data(content) return content.sort { |a,b| a[:x] <=> b[:x] } end