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 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 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 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; they go in order {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