Added colouring

This commit is contained in:
Robert 2020-09-27 14:49:01 +02:00
parent 74cc16008e
commit 9f7f5127a0
3 changed files with 31 additions and 5 deletions

View file

@ -87,6 +87,10 @@
So this widget just plots the radius of the complex number. Think of complex numbers as points in 2D space. I plot the distance
of that point from the origin.
</p>
<p>
Since this function can also return negative values, it is common to plot the absolute value, and colour regions according to their sign.
Here, green represents non-negative values and red represents negative values.
</p>
<br>
<br>
<table>