Plotting Equations that Bifurcate
Roger Guay
irog at mac.com
Thu Oct 29 21:00:55 EDT 2020
Thank you, Alex. I am aware of the blank line causing a break, but I can’t seem to programmatically get it (or them) in the right place. I have a smooth solid line that splits in two, and I want to maintain solid lines after the split. I must have something screwy in code.
Roger
> On Oct 29, 2020, at 4:06 PM, Alex Tweedly via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> remember that a blank line in the 'points' (aka the vertexlist) is not drawn - therefore you can put each of the branches as a subset of points, with a blank in between
>
> Alex.
>
> e.g. two Y values for each X, in a single graphic ...
>
> repeat with i = 1 to N
> put N,2*n &CR after t1
> put N,3*n &CR after t2
> end repeat
> set the points of grc "L1" to t1 &CR & t2
>
>
> On 29/10/2020 22:03, Roger Guay via use-livecode wrote:
>> I am trying to plot an equation that bifurcates by setting the points of a polygon as I iterate the equation. But I can’t figure how to handle the bifurcation. Any help will be greatly appreciated!
>>
>> Roger
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list