Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
A 3D rotatable Riemann sphere version of ComplexPlot
ResourceFunction["RiemannSphereComplexPlot"][f,z] generates a plot of Arg[f] over the Riemann sphere. |

Plot a complex function with a zero at 1 and poles at (-1)±2/3:
| In[1]:= | |
| Out[1]= | |
Specify a custom ColorFunction and color shading:
| In[2]:= | |
| Out[2]= | |
Include a legend showing how the colors vary from -π to π:
| In[3]:= | |
| Out[3]= | |
For functions with a branch cut, RiemannSphereComplexPlot will display a discontinuity in color:
| In[4]:= | |
| Out[4]= | |
In RiemannSphereComplexPlot, the origin is projected to the South Pole of the sphere, and the point at infinity is mapped to the North Pole:
| In[6]:= | |
| Out[6]= | |
Use resource function SpinShow to create a spinning Riemann sphere visualization:
| In[7]:= | |
| Out[7]= | |
This work is licensed under a Creative Commons Attribution 4.0 International License