Matteo Cantiello edited figures/drake_interactive/drake_output.html  almost 9 years ago

Commit id: ceb80b48e6cb7e46143bad350d89b6953ed1343a

deletions | additions      

       

grid: {  hoverable: true,  autoHighlight: false  markings: [   { color: '#0C0', lineWidth: 1, xaxis: { from: 80, to: 80 } },   ]   },  yaxis: {  axisLabel: "N" 

axisLabel: 'L (yr)'  }  };  var myPlot = $.plot(element, data, {   grid: {   markings: [   { color: '#000', lineWidth: 1, xaxis: { from: 2, to: 2 } },   ]   }   });  updateCalculation();  var legends = $("#placeholder .legendLabel");  legends.each(function () {