Thursday, December 26, 2019

ComplexPlot Styling


ComplexPlot[((z^2+2+2I)*(z^4+4+4I))/(z+2+2I)^2,
{z,-4-4I,4+4 I},ColorFunction->{Hue[8#8/(8+#7)]&},
ColorFunctionScaling -> False,Mesh->{Range[-100,100,10],
Range[-100,100,10]},MeshStyle->{White,Gray},
MeshFunctions->{Re[#2]&,Im[#2]&},
PlotPoints->100,ImageSize->500]


No comments:

Post a Comment