在imshow中绘图不能正确获取x值

时间:2018-08-09 11:33:18

标签: matplotlib imshow

我对2d图有以下代码。我从文件中读取数据并将其附加。在将它们转换为数组之后。它绘制但不正确地显示theta_min和theta_mix。作为x值,它仅占据所需值的位置,而不是值本身。 请提出建议。

感谢您的帮助。 this is the output I get

$("#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()});

0 个答案:

没有答案