Michael Pusterhofer
Michael Pusterhofer
I can confirm this issue. I tried to annotate a coordinate system on top of a heatmap using the `arrow=true` option. The heatmap needs to be flipped in y direction...
Can `Date.getMonth` (https://www.w3schools.com/jsref/jsref_getmonth.asp) be used at https://github.com/kalkih/mini-graph-card/blob/071f649861efcc320f2f1e960368abcb48102190/src/main.js#L987-L1000 Which places must be modified to set a grouping interval? Is it correct that the biggest change might be the `points_per_hour` setting as...
If the number of bins is approximated it would be good to document how it is approximated. Even better would be the possibility to select the approximation algorithm. This could...
I eventually switched to a python(actual working thing) + HtCondor approach, without ipengines. So I don't have a solution for the problem. Sorry
I created a small package here: [FermiDiracIntegrals.jl](https://github.com/feanor12/FermiDiracIntegrals.jl) Additional approximations might be interesting for time-sensitive calculations.
Might also be useful for #395
usually I need to do `build IJulia` to see the kernel in jupyter
Thank you for the input. Using the first child of the bond and removing the wrapping div makes it a lot easier. Also I removed the doc strings from the...
MetaGraph has an implementation: https://github.com/JuliaGraphs/MetaGraphs.jl/blob/7efeb022acfc00ac22a1166b501e967a2c723510/src/persistence.jl
I had a go at this and I came up with a small example. Maybe, if I have time, I'll try to make a GtkMakieCanvas.jl or something similar. ```julia using...