Thus, several y-axes are supported, as shown here:
http://people.iola.dk/olau/flot/examples/multiple-axes.html
This document indicates that you can have 2 x axes: https://github.com/bluesmoon/yui-flot/wiki/API-Documentation---Axes , but cannot explain how this works;
, , . .
x:
xaxis: { show: false, tickFormatter: nanometers },
:
xaxes: [{ tickFormatter: nanometers }, { tickFormatter: function(n) { return n+"cm^-1" } }],
, , -!
UPDATE
, - :
data = [{label: "Title",data:[1,2,3,4,5]},{data:[2,4],xaxis:2}]