We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f76286 commit 32df25eCopy full SHA for 32df25e
examples/1_basics/1_volume_plot_transparent.py
@@ -30,7 +30,7 @@ def main():
30
# about 5-6GB of GPU memory to store all the structures. Reduce
31
# dimensions in case of GPU with smaller memory.
32
kx, ky, kz = (500, 500, 250)
33
- scale = 0.02
+ scale = 0.015
34
35
x = np.linspace(0, kx, kx)
36
y = np.linspace(0, ky, ky)
0 commit comments