DoubleCorner

Results 17 comments of DoubleCorner
trafficstars

I'm seeing similar behaviour also. Miraculously, there is no problem in the my local PC, but there are occasional errors on the line

addtionally, I have set the async is false I think the problem maybe is here.As long as async exists, whether it is true or false, it means asynchronous ![image](https://user-images.githubusercontent.com/31062861/112624010-02d21f00-8e68-11eb-9147-a7c95f15ca5d.png) ![image](https://user-images.githubusercontent.com/31062861/112623722-a838c300-8e67-11eb-9bc0-62293e4bc2c9.png)...

like it ```javascript if(hasLoad) { loadjs(['/path/to/map.js'], 'map' { async: false }); hasLoad = true; } loadjs.ready(['map'],()=>{ map.refresh(); // sometime map is undefined }) ``` In particular, it will be called...

![image](https://user-images.githubusercontent.com/31062861/115831667-7dc92e00-a444-11eb-9c6d-c24ecc65ba2f.png) When I set the scatter style like this, the label is not displayed。4.9 is ok I have to set opacity: 1 in emphasis of the label, although the documentation...

Logarithmic regression is not the logistic regression, Logarithmic regression is like y = a + blnx, like to linear regression. We have the logistic regression. can you setup the project...

@targos https://github.com/DoubleCorner/regression-logarithmic I have implemented it ~