You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When specifying the interpolation method using the method input argument, where method can be 'linear' (the default), 'cubic', or 'nearest', such interpolation method isn't being applied.
When specifying the interpolation method using the
method
input argument, wheremethod
can be 'linear' (the default), 'cubic', or 'nearest', such interpolation method isn't being applied.Expected and generated (https://chart-studio.plotly.com/~xarico10/1043/#/) plots:
![Captura de Pantalla 2021-08-05 a la(s) 4 31 33 p m](https://user-images.githubusercontent.com/87881895/128423986-401797e1-875c-4812-bf77-dac851295de5.png)
![Captura de Pantalla 2021-08-05 a la(s) 4 31 53 p m](https://user-images.githubusercontent.com/87881895/128424026-00f7561d-2111-4c95-941e-57be57c0bab4.png)
Also, as seen, the expected plot is a 4x4 surface. That grid division isn't happening in Plotly.
Examples on using
method
can be found on:https://www.mathworks.com/help/matlab/ref/slice.html#mw_e6993c56-f881-47e4-a291-fff253172919
The text was updated successfully, but these errors were encountered: