From 17abb157558e4af1a7a42d7f2b78efa1e13eb9e2 Mon Sep 17 00:00:00 2001 From: Jaewook Lee Date: Thu, 7 Sep 2023 12:44:55 +0200 Subject: [PATCH] add scalarbar3d example --- examples/show_volumes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/show_volumes.py b/examples/show_volumes.py index fd70e2989..3a0dcdda5 100644 --- a/examples/show_volumes.py +++ b/examples/show_volumes.py @@ -54,4 +54,5 @@ hexa.vertex_data["arange"] = np.arange(len(v)) # set vertex_data to plot hexa.show_options["data_name"] = "arange" + hexa.show_options["scalarbar3d"] = True hexa.show()