-
### Godot version
v4.2.stable.mono.official [46dc27791]
### System information
Godot v4.2.stable.mono - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1660 Ti (NVIDIA; …
-
Minimal example:
```
df = pd.DataFrame({
'foo' : [1,1,1,2,2,2],
'bar' : [3,3,3,4,4,4],
'baz' : [1,2,3,4,5,6]
})
# works as expected
sns.heatmap(df)
# crashes
sns.heatmap(…
-
We should look at existing designs to make sure we aren't missing any good concepts.
1. [x] FiniteVolumeMethod.jl
2. [ ] Gridap.jl
3. [ ] Firedrak
4. [ ] Fenics
5. [ ] Ngsolve
6. [ ] Meshes.j…
-
Using Panel `0.14.2`
```python
import panel as pn
pn.extension('ipywidgets')
from ipyleaflet import Map, basemaps
center = [38.128, 2.588]
zoom = 5
m = Map(basemap=basemaps.OpenStreetMap.…
-
Hello,
We are designing a lib based on boost-histogram and mplhep. We want to build a plotting function that can draw the 2d histogram and its projections with respect to different axes - `plot2d_…
-
**Godot version:**
3.1 Stable
**OS/device including version:**
Windows 10 1809 64bit, ver 17763.316
GTX 1080, driver 418.81
**Issue description:**
Soft bodies do not collide with o…
-
I'm having two issues:
1. When using `xarray.hvplot.quadmesh`, I'm unable to use a a custom `LinearSegmentedColormap` unless I register it with with matplotlib and call it that way.
![image](ht…
-
### Description
A common use-case for cartopy is to generate a series of maps which are then compiled into a movie (e.g. with ffmpeg).
This is slow. E.g. to transform, 0.25 deg global data to M…
-
There is now `roms_xz`, `roms_xy` etc. to do the obvious slicing from 4D, but romscoords is still purely XY.
This code is a start
```R
#' convert the depth ramp Cs_r, h (bottom depth), and cel…
-
#### Is your feature request related to a problem? Please describe.
Contourf plots are useful, however the mismatch between the colorbar ticks and the contour levels displayed on the plot is an issue…