SimuBox.artist.isosurface module¶
- SimuBox.artist.isosurface.iso2D(density: Density | DensityParseResult, target: int | Iterable[int] | str | None = 0, permute: Iterable[int] | None = None, slices: tuple[int, int] | None = None, titles: Sequence[str] | None = None, grid: Sequence[int] | None = None, figsize: Sequence[int | float] | None = None, aspect: int | float | None = None, norm: Tuple[int | float, int | float] | List[Tuple[int | float, int | float]] = None, scale: Tuple[int | float, int | float] | List[Tuple[int | float, int | float]] = None, cmap: str = 'jet', label: bool = True, colorbar: bool = False, interactive: bool = True, save: Path | str | bool = False, fontsize: int = 25, verbose: bool = False, stack: bool = False, **kwargs)¶
- 参数:
density – Density | DensityParseResult 密度信息或者二次处理后的密度信息。
target –
permute –
slices –
titles –
grid –
figsize –
aspect –
norm –
scale –
cmap –
label –
colorbar –
interactive –
save –
fontsize –
verbose –
stack –
kwargs –
- 返回:
- SimuBox.artist.isosurface.iso3D(density: Density | DensityParseResult, target: int | Iterable[int] | None = 0, permute: Iterable[int] | None = None, level: float | Iterable[float] = 0.5, backend: Literal['vista', 'mpl'] = 'vista', interactive: bool = True, frame: bool = True, save: str | Path | None = None, **kwargs)¶