Marianne Corvellec

Results 16 issues of Marianne Corvellec

```suggestion bg_color=(1, 1, 1) ``` because it looks better with a transparent white background: ![bg_color](https://github.com/scikit-image/scikit-image/assets/2227806/a0ee6b11-4ec5-456c-8153-31f1d4662a3f) than with a transparent black background: ![bg_label](https://github.com/scikit-image/scikit-image/assets/2227806/95dc010e-d1d5-4f5d-bf7d-4e4c0f699958) I would actually prefer a 'None' background, but...

### Description: I would suggest using the "object-oriented (OO) style" (as opposed to pyplot-style) across the gallery. This issue replicates https://github.com/datacarpentry/image-processing/issues/319, which I opened for the skimage-based lesson by Data...

:beginner: Good first issue
:page_facing_up: type: Documentation

### Description: We should `import skimage as ski` in all gallery examples! This issue may (should) be addressed in small batches of examples.

:beginner: Good first issue
:page_facing_up: type: Documentation

## Description Following up on https://github.com/scikit-image/scikit-image/pull/7477#discussion_r1732483106. ## Checklist - A descriptive but concise pull request title - [Docstrings for all functions](https://github.com/numpy/numpydoc/blob/main/doc/example.py) - [Unit tests](https://scikit-image.org/docs/dev/development/contribute.html#testing) - A gallery example in `./doc/examples`...

:page_facing_up: type: Documentation

## Description The core addition here is b0cbf30c43e11c29d3c728c7af. Along the way, I proofread the entire docstring. I'm not entirely sure I should have replaced type `ndarray` with `array` but I...

:page_facing_up: type: Documentation

### Description: We can see below the main equation ("where ...") that inline math is rendering properly, but not display style math: ![latex_rendering](https://github.com/user-attachments/assets/1f199545-b87c-45f1-8176-c9a7b76eadf5) I don't know how long it's been...

:page_facing_up: type: Documentation