%CODE1%
← Back
Surface Renderings with Domain Clipping
Colorized Wireframe Meshes
Volume Rendering
Visualization in Interactive Jupyter Notebook
Full three-dimensional spatial stochastic simulations can be difficult to analyze. To simplify the process, StochSS has built in three different methods for visualization of spatial models.
Surface Renderings with Domain Clipping
By default, spatial stochastic simulations are rendered as shown in Figure 1. These are surface renderings, but the simulations are volumetric. To see inside the volume, StochSS allows slicing the mesh in half along one axis with a plane and only rendering one of the resultant halves. This is shown in Figure 2.
Colorized Wireframe Meshes
The second rendering type is similar to the first, but instead of rendering surfaces only edges are rendered (see Figure 3). The colorization is the same, it is just ideally easier to see inside the mesh. Similarly to the surface rendering the wireframe renderings can be clipped to get a clearer view of what is happening inside the volume. See Figure 2 for a demonstration of clipping a mesh in the Y dimension.
Volume Rendering
The final rendering StochSS offers is a volume rendering (Figure 5). It uses a basic ray-tracing implementation following the one in Ref. 10.
Visualization in Interactive Jupyter Notebook
In many projects the need to perform custom postprocessing and visualization will eventually arise. To facilitate this process, StochSS offers the possibility to export a Jupyter Notebook template, which reads the output and plots the average populations of the species. The user can then customize the Notebook to perform the required postprocessing and plotting.
To access this function, simply click Analyze using Interactive Notebook on the Job Summary page. Figure 6 shows the default template.
For documentation and tutorials on Jupyter Notebooks, see http://jupyter.org.
← Back