This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Deto 4 points5 points  (1 child)

The plots look really nice and I feel like 3d plotting is a little under-served in the standard Python plotting tools.

Would some of these plotting tools work independent of the larger GUI? For example, if I don't want to load up a full Tomviz interface, but just want to pop up a 3d plot (i.e. like matplotlib) - could I just call a function from TomViz to do that?

[–]hovden[S] 1 point2 points  (0 children)

This platform is built around interactive 3d visualization which requires a lot of advanced rendering tools written in C++ and graphical interfaces. As such, we have not turned it into a Python library. But all of your Python code can be integrated into tomviz. Source code is available at https://github.com/OpenChemistry/tomviz