alexis

Results 15 issues of alexis

First, thanks a lot for the great plugin! :slightly_smiling_face: I am trying to use it in combination with [`obsidian-citation-plugin`](https://github.com/hans/obsidian-citation-plugin) the following way: 1. exporting my references library to a .bib...

Closes #3169 . Currently, this PR: - enables `bg_on_data` for `plotly` engine - implements `scale_bg_map` for `matplotlib` and `plotly` engines I still have to: - [ ] enable `bg_on_data` and...

It feels to me that plotting flat maps is a common thing to do in neuroscience, yet we don't really advertise this in `nilearn` even though it's already possible. I...

Documentation
Enhancement
Plotting
Datasets
impact: medium
effort: low

Users very often use background maps to generate better looking surface images. However, here are two points which I think are confusing regarding the API for background maps: 1. `bg_map`...

Enhancement
Plotting
effort: medium
impact: low

Package installation doesn't work in conda env and yields the following error: ``` Traceback (most recent call last): File "", line 1, in File "/home/alexis/singbrain/repo/POT/ot/__init__.py", line 22, in from ....

bug
help wanted

Already existing python scripts performing n-gram classification (see with @LaRiffle) :)

Closes #1002 and #998. Regarding the unsanitized text, I saw in `gen_rst.py` that: 1. thumbnail tooltip text was sanitized but thumbnail title wasn't 2. sanitizing function is hand-made and missed...

**Problem** The following snippet will fail with `joblib>=1.3.0` (and not with `joblib==1.2.0`) with the stacktrace reported at the end of this message. ```python import numpy as np from joblib import...

This reorganization was discussed during a nilearn core devs meeting ([meeting notes](https://hackmd.io/-Oz3Dw_8QcebntSuVUKWug?edit)). Mostly, we intend to: 1. Reorder sections in the User Guide (and potentially the Examples) so that they...

Documentation