Rémi Delaporte-Mathurin
Rémi Delaporte-Mathurin
### Bug summary The colour bar ticks are weirdly formatted when using a logarithmic scale when using version 3.5.0 or later. ### Code for reproduction ```python Taken from https://matplotlib.org/stable/gallery/images_contours_and_fields/contourf_log.html import...
The paramak project recently ran into an issue when moving from v2 to the master version of CQ. When rotating shapes 180° and do a union, an error is raised....
Hi all, Is there a way to download the mp3 of a video between two timestamps? Cheers
### Description Hi @fmarotta I'm encountering this issue with `sidecite` where long citations get misaligned (see below). Is this a bug or am I doing something wrong? Thanks! ### Minimal...
I'm keen on making a PR to adapt `line_labels` to make it work with `fill_between` objects `(PolyCollection)` This would be the usage and output: ```python import matplotlib.pyplot as plt import...
Sometimes when using `show_bar_values(alignemnent="horizontal")` and the bar is too small this can happen:  The expected behaviour would be: 
Hi! Thanks for this tool! One current 'limitation' of Dash is that it cannot run on Github Pages (most users use Herokuapp). Could this enable running plotly-dash with Github Pages?...
Hi all, I couldn't get to read XDMF files in a notebook ```python from itkwidgets import view import vtk filename='task7/mesh_domains.xdmf' reader = vtk.vtkXdmfReader() reader.SetFileName(filename) reader.Update() vtk_image = reader.GetOutput() view(vtk_image) ```...
Hi @koppor Any idea how to use the makeglossaries option? This is a screenshot from the Kaobook documentation. 
I recently tried to convert a mesh and ran into an assertion error in `_float_to_nastran_string`. To reproduce the bug ```python from meshio.nastran._nastran import _float_to_nastran_string _float_to_nastran_string(-1.5614246689128802e-18) ``` ``` Traceback (most recent...