From 1aa7de092543823b750265ba19167fe7cd4a6f11 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Tue, 10 Oct 2023 12:19:24 +0100 Subject: [PATCH] fix(vispy-plotter): correct variable declaration --- pyneuroml/plot/PlotMorphologyVispy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyneuroml/plot/PlotMorphologyVispy.py b/pyneuroml/plot/PlotMorphologyVispy.py index 75a23a01..d42c09f5 100644 --- a/pyneuroml/plot/PlotMorphologyVispy.py +++ b/pyneuroml/plot/PlotMorphologyVispy.py @@ -427,7 +427,7 @@ def plot_interactive_3D( logger.debug("Got a point cell") pos = list((list(positions.values())[0]).values())[0] view_min = list(numpy.array(pos)) - view_min = list(numpy.array(pos)) + view_max = list(numpy.array(pos)) current_canvas, current_view = create_new_vispy_canvas( view_min, view_max, title, theme=theme