Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the user guide for the big picture.
nilearn.plotting.displays.get_projector¶
- nilearn.plotting.displays.get_projector(display_mode)[source]¶
Retrieve a projector from a given display mode.
- Parameters:
- display_mode{“ortho”, “xz”, “yz”, “yx”, “x”, “y”, “z”, “lzry”, “lyrz”, “lyr”, “lzr”, “lr”, “l”, “r”}
The desired display mode.
- Returns:
- projector
OrthoProjector
or instance of derived classes The projector corresponding to the requested display mode:
- “ortho”: Returns an
- “xz”: Returns a
- “yz”: Returns a
- “yx”: Returns a
- “x”: Returns a
- “y”: Returns a
- “z”: Returns a
- “lzry”: Returns a
- “lyrz”: Returns a
- “lyr”: Returns a
- “lzr”: Returns a
- “lr”: Returns a
- “l”: Returns a
- “z”: Returns a
- projector