On 25 May 2012 10:25, Vinzent Steinberg
<[email protected]> wrote:
> Am Samstag, 19. Mai 2012 23:31:24 UTC+2 schrieb Stefan Krastanov:
>>
>> Another gsoc student sent a PR against my plotting branch:
>> https://github.com/Krastanov/sympy/pull/4
>>
>> If a complex value is generated should the real part be plotted or
>> should the value be completely scrapped?
>
>
> I think it would be nice to let the user choose, so maybe introduce a flag.
>

If the user wants to have the real part he should just plot
`re(whatever)`, hence I am against providing a flag.

The question was more about how to gracefully handle situations when
complex numbers are produced. I had only one argument against *not*
plotting anything for complex numbers that had to do with the sampling
and that can be looked up on the discussion pages, however there is
now work on adaptive sampling and my argument is void.

If nobody has any objections the solution will be to **not plot
anything for complex values, plot only the real ones**.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to