Skip to content

Commit

Permalink
add comma
Browse files Browse the repository at this point in the history
Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
  • Loading branch information
alishakodibagkar and ymzayek committed Jul 20, 2023
1 parent b9650d1 commit 4bb2da4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nilearn/plotting/surf_plotting.py
Expand Up @@ -465,7 +465,8 @@ def _compute_facecolors_matplotlib(bg_map, faces, n_vertices,
(
"The `darkness` parameter will be deprecated in release 0.13. "
"We recommend setting `darkness` to None"
)
),
DeprecationWarning,
)

face_colors = plt.cm.gray_r(bg_faces)
Expand Down

0 comments on commit 4bb2da4

Please sign in to comment.