Skip to content

Commit

Permalink
add scalarbar3d example
Browse files Browse the repository at this point in the history
  • Loading branch information
j042 committed Sep 7, 2023
1 parent d43da2e commit 17abb15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/show_volumes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 17abb15

Please sign in to comment.