del axes3d to clarify it's unused on purpose
This commit is contained in:
parent
e29c0901bd
commit
5a20339eab
1 changed files with 1 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ def visualize_isosurface(
|
|||
import skimage.measure
|
||||
# Claims to be unused, but needed for subplot(projection='3d')
|
||||
from mpl_toolkits.mplot3d import Axes3D
|
||||
del Axes3D # imported for side effects only
|
||||
|
||||
# Get data from cell_data
|
||||
grid = cell_data[which_shifts][::sample_period, ::sample_period, ::sample_period]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue