Skip to content

Regression 3d_slicer #261

@prisae

Description

@prisae

I think this is a regression. I remember this issue existed before, and I did fix it (pre 0.6.0). However, I cannot find it now.

Issue: if you plot a fullspace, the z-y-plot has a different colorscale.

import discretize
import numpy as np
mesh = discretize.TensorMesh(([1, 1], [1, 1], [1, 1]), (0, 0, 0))
mesh.plot_3d_slicer(np.ones(mesh.n_cells))

example

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions