Niclas Garan
Niclas Garan
As suggested years ago [here](https://github.com/texworld/tikzplotlib/issues/218#issuecomment-648001407), I finally got around to implement some code that adds support for translating the container objects used by matplotlib for errorbars and bar charts to...
Secondary axes created via sharex or sharey have an invisible background. This is now reflected in the created tex file. In addition, zero-sized ticks (as for instance produced by the...
As mentioned already in https://github.com/JuliaDynamics/DrWatson.jl/issues/269, using DrWatson together with the `Distributed` package can cause errors where many remote worker processes try to precompile packages at the same time. This either...
Is it possible to restart the default matlab session in the REPL after it exited due to a fatal error without actually restarting the whole REPL? When I try `MATLAB.restart_default_msession()`...
The current releases available via conda-forge only support `sundials` versions `6.6.0` which makes this dependency currently unsolvable.
The following code throws `NotImplementedError: There is data outside of the box. Don't know how to handle during cleaning. Please check if x/ylim is to tight`: ```python import matplotlib.pyplot as...
This took me a while to figure out: If I send data from Julia to Matlab, integer values from Julia will be cast as the corresponding integer values in Matlab....
As described already [here](https://discourse.julialang.org/t/fetch-from-remote-machine-produces-typeerror-non-boolean-nothing-used-in-boolean-context-for-differing-julia-versions/81271), running ```julia using Distributed addprocs([""], exename="", dir="") @fetch myid() ``` on a host with Julia 1.6.1 and connecting to a remote with Julia 1.7.2 leads to...