MCPcopy
hub / github.com/mne-tools/mne-python / plot_3d

Method plot_3d

mne/source_estimate.py:2320–2384  ·  view source on GitHub ↗
(
        self,
        subject=None,
        surface="white",
        hemi="both",
        colormap="auto",
        time_label="auto",
        smoothing_steps=10,
        transparent=True,
        alpha=0.1,
        time_viewer="auto",
        subjects_dir=None,
        figure=None,
        views="axial",
        colorbar=True,
        clim="auto",
        cortex="classic",
        size=800,
        background="black",
        foreground=None,
        initial_time=None,
        time_unit="s",
        backend="auto",
        spacing="oct6",
        title=None,
        show_traces="auto",
        src=None,
        volume_options=1.0,
        view_layout="vertical",
        add_data_kwargs=None,
        brain_kwargs=None,
        verbose=None,
    )

Source from the content-addressed store, hash-verified

2318
2319 @copy_function_doc_to_method_doc(plot_source_estimates)
2320 def plot_3d(
2321 self,
2322 subject=None,
2323 surface="white",
2324 hemi="both",
2325 colormap="auto",
2326 time_label="auto",
2327 smoothing_steps=10,
2328 transparent=True,
2329 alpha=0.1,
2330 time_viewer="auto",
2331 subjects_dir=None,
2332 figure=None,
2333 views="axial",
2334 colorbar=True,
2335 clim="auto",
2336 cortex="classic",
2337 size=800,
2338 background="black",
2339 foreground=None,
2340 initial_time=None,
2341 time_unit="s",
2342 backend="auto",
2343 spacing="oct6",
2344 title=None,
2345 show_traces="auto",
2346 src=None,
2347 volume_options=1.0,
2348 view_layout="vertical",
2349 add_data_kwargs=None,
2350 brain_kwargs=None,
2351 verbose=None,
2352 ):
2353 return super().plot(
2354 subject=subject,
2355 surface=surface,
2356 hemi=hemi,
2357 colormap=colormap,
2358 time_label=time_label,
2359 smoothing_steps=smoothing_steps,
2360 transparent=transparent,
2361 alpha=alpha,
2362 time_viewer=time_viewer,
2363 subjects_dir=subjects_dir,
2364 figure=figure,
2365 views=views,
2366 colorbar=colorbar,
2367 clim=clim,
2368 cortex=cortex,
2369 size=size,
2370 background=background,
2371 foreground=foreground,
2372 initial_time=initial_time,
2373 time_unit=time_unit,
2374 backend=backend,
2375 spacing=spacing,
2376 title=title,
2377 show_traces=show_traces,

Callers 3

psf_volume.pyFile · 0.45
20_seeg.pyFile · 0.45

Calls 1

plotMethod · 0.45

Tested by

no test coverage detected