Rémi Delaporte-Mathurin

Results 149 issues of 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...

topic: color/colorbar

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....

OCC kernel issue
ShapeUpgrade_UnifySameDomain

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: ![image](https://user-images.githubusercontent.com/40028739/152822725-ad65ac60-50e8-41dc-8f9e-60cffd417e22.png) The expected behaviour would be: ![image](https://user-images.githubusercontent.com/40028739/152822599-922dda96-be41-4afc-8bb0-131cec0c3993.png)

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. ![image](https://user-images.githubusercontent.com/40028739/175068128-8ee3b839-31b2-460e-abc8-1c65dc11ab79.png)

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...