Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Plot multispace in 3D
ResourceFunction["MultispacePlot3D"][mwf] returns a visualization of multispace for multiway function mwf. | |
ResourceFunction["MultispacePlot3D"][mwf,prop] returns the property prop involved in computing a visualization of multispace. |
"RawGraphs" | return a list of 2D graphs without computing a 3D embedding |
"Association" | an Association returned by an underlying algorithm |
"Graph" | GraphPlot3D of a multispace |
"View" | Graphics3D with convenient controls (default) |
Return raw graphs of a multiway system:
In[1]:= |
Out[1]= |
Return an Association with the results of an embedding algorithm:
In[2]:= |
Out[2]= |
Return 3D graphics for a resulting Graph:
In[3]:= |
Out[3]= |
Add multiperspective controls to view the resulting Graph:
In[4]:= |
Out[4]= |
Plot the multispace of a Turing machine for events:
In[5]:= |
Out[5]= |
Or in 3D:
In[6]:= |
Out[6]= |
Increase distance between branchially disconnected states:
In[7]:= |
Out[7]= |
Weights are constant multipliers of distances after normalization. In order, they are {time, space, branchial space}:
In[8]:= |
Out[8]= |
Options can be passed to the underlying algorithm:
In[9]:= |
Out[9]= |
Or to the resulting Graphics3D object:
In[10]:= |
Out[10]= |
This work is licensed under a Creative Commons Attribution 4.0 International License