User Portlet User Portlet

Clayton Shonkwiler
Discussions
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 ->...
I'm no good at generating color palettes on my own, but I'm not bad at identifying palettes that will work, so I generally grab palettes from [Color Hunt][1] or [Coolors][2]. I also occasionally use [Swiss Colors][3] or [Adobe Color][4]. [1]:...
Sorry, the random `?`s were due to a bug in Wolfram Community that wiped out a bunch of special characters; in this case, mostly Greek letters. I've just fixed the above code, so hopefully it will now work.
Yes, that is what I originally did when I posted the code. But a couple of years ago some change to the Community back end screwed up a bunch of Unicode characters and converted them to question marks. So I don't do that anymore.