Jianghui Du

Results 15 issues of Jianghui Du

the widths of my color bars are too large. Is there a way to make them thinner? Or control the relative width to the plot region? When I put multiple...

enhancement

I'm trying to regrid the cmip5 data from the ocean model NEMO, which used a tripolar grid (still curvilinear). It seems none of the `bilinear`, `patch` and `conservative` method works....

I'm trying to find an example of how to use automatic differentiation in more complex ODE rather than those vanilla examples in the tutorials. Simple ODEs are quite easy to...

It is kind difficult to understand what the arguments mean in the documents, specially for non-uniform grid. For examples, does `dx`, when input as a vector, includes the spacing between...

enhancement
help wanted
Operators
easy

```julia L = 50.0 # domain in depth cm N = 5000 # number of grid cells, all species are defined at the center of the cells, h = L/(N+1)...

bug
Operators

I think there is a problem with the `central` difference code. Here is a simply example: ``` julia> Calculus.derivative(x -> x/(x+ 1.4424183196362515e-9),2e-8,:central) -39.33717713979761 ``` ``` julia> Calculus.derivative(x -> x/(x+ 1.4424183196362515e-9),2e-8,:forward)...

For some reason my PyPlot started to crash Julia. When calling `using PyPlot` Julia crashes. No report, no error message. I tried reinstalling, recompiling, nothing works...

When using MATLAB the netcdf library is pointed to netcdf.dll in the MATLAB installation folder and if I call `NCDatasets` it now reports ``` error compiling nc_open: could not load...

Windows 10, R 3.5.1, Julia 1.0 I installed the development version of `JuliaCall` and then it reports error. ``` > library(JuliaCall) > julia

Windows

It's not clear to me how to pass parameters for algorithms. In the docs it is said to pass the arguments as `.parameters=list()`. I was trying to use `LSNMF` and...