From 01830acef7f9313c52526e6c70acdb0a91617a48 Mon Sep 17 00:00:00 2001 From: ncullen93 Date: Tue, 12 Mar 2024 21:30:17 +0100 Subject: [PATCH] remove redundant plotting fn (see plot_orth_stack) --- ants/viz/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ants/viz/__init__.py b/ants/viz/__init__.py index d58b0556..0bb6be8d 100644 --- a/ants/viz/__init__.py +++ b/ants/viz/__init__.py @@ -5,7 +5,6 @@ from .plot_hist import plot_hist from .plot_grid import plot_grid from .plot_ortho import plot_ortho -from .plot_ortho_double import plot_ortho_double from .plot_ortho_stack import plot_ortho_stack from .plot_directory import plot_directory