Proektsoftbg / Calcpad

Free and open source software for mathematical and engineering calculations.
https://calcpad.eu
MIT License
313 stars 38 forks source link

An example that could not be reproduced like that in help.html #292

Closed idealkindom closed 1 month ago

idealkindom commented 2 months ago

f(z; c) = $Repeat{z = z^2 + c @ i = 1 : 1000} PlotHeight = 400 PlotWidth = 400 PlotStep = 1 $Map{abs(f(0; x + 1i*y)) @ x = -1.5 : 0.5 & y = -1 : 1}

What I got from the output window is quite different from that shown in help.html.

Proektsoftbg commented 2 months ago

Yes, probably because this was created with an older version of Calcpad. Now you get the inverted version of the set. If you want to get the picture in the manual, use directly this function: $Map{mandelbrot(x; y) @ x = -1.5 : 0.5 & y = -1 : 1}

image

idealkindom commented 2 months ago

Yes, probably because this was created with an older version of Calcpad. Now you get the inverted version of the set. If you want to get the picture in the manual, use directly this function: $Map{mandelbrot(x; y) @ x = -1.5 : 0.5 & y = -1 : 1}

image

Oh, yes.So mandelbrot now is a predefined function but not supported ny autocompletion yet.

Proektsoftbg commented 1 month ago

I fixed this in version 6.2.2.