User Portlet User Portlet

Clayton Shonkwiler
Discussions
![Plus symbols in a gradient ranging from yellow to dark purple being parallel translated around equidistant horocycles, which appear as a collection of circles which are all tangent at a single point][1] &[Wolfram Notebook][2] [1]:...
![Parallel translation of a line field around a horocycle][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=horo16s.gif&userId=610054 [2]:...
![Phase (periodic family of Weierstrass functions)][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=ps48Lr-optimize.gif&userId=20103 [2]:...
It's just 4 steps along the cycle.
![enter image description here][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=flow14rr2_optimized.gif&userId=20103 [2]:...
Yes, that will do it. For example, here's code that will do the whole thing (notice that I'm creating a $540 \times 540$ GIF, whereas the code in the original post creates a single $1080 \times 1080$ image): RandomAngle[] :=...
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/06dd8ded-b672-459e-a48a-9a113e576899
Interesting that I didn't use opacity in the original. I have some vague recollection that there was a reason, but I can't remember now.
I'm trying to use `RegionFunction` inside `ComplexPlot` and it's not working for me. Here's an example taken straight from the `ComplexPlot` documentation: ComplexPlot[(z^2 + 1)/(z^2 - 1), {z, -2 - 2 I, 2 + 2 I}, RegionFunction ->...