We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
visualize_tensor()
1 parent b5692e6 commit 34fe9c4Copy full SHA for 34fe9c4
1 file changed
src/torchoptics/visualization.py
@@ -67,7 +67,7 @@ def visualize_tensor(
67
"vmax": torch.pi,
68
"cmap": "twilight_shifted",
69
"norm": None,
70
- "interpolation": "bilinear",
+ "interpolation": "antialiased",
71
}
72
73
create_image_subplot( # Plot phase
0 commit comments