我对2d图有以下代码。我从文件中读取数据并将其附加。在将它们转换为数组之后。它绘制但不正确地显示theta_min和theta_mix。作为x值,它仅占据所需值的位置,而不是值本身。 请提出建议。
感谢您的帮助。
$("#mult_type").mousedown(function(e){
e.preventDefault();
var select = this;
var scroll = select.scrollTop;
e.target.selected = !e.target.selected;
setTimeout(function(){select.scrollTop = scroll;}, 0);
$(select).focus();
}).mousemove(function(e){e.preventDefault()});