From c95fa7ab830c95edffad226b3fca3f3113f8d8be Mon Sep 17 00:00:00 2001 From: Kyle Johnsen Date: Wed, 27 Jul 2022 13:01:31 -0400 Subject: [PATCH] v0.6.0: return fig, ax from plot() --- cleosim/visualization.py | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cleosim/visualization.py b/cleosim/visualization.py index cc1edc7..da83c11 100644 --- a/cleosim/visualization.py +++ b/cleosim/visualization.py @@ -278,3 +278,4 @@ def plot( invert_z, scatterargs, ) + return fig, ax diff --git a/pyproject.toml b/pyproject.toml index 66b3fad..2b2d310 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cleosim" -version = "0.5.1" +version = "0.6.0" description = "Closed Loop, Electrophysiology, and Optogenetics Simulator: testbed and prototyping kit" authors = [ "Kyle Johnsen ",