That looks like a very interesting paper.  I think it would be useful
to include it.  You could also look at the references and the final
section for ways to improve upon it.  Does the mpmath mpi object
provide the functionality needed for this algorithm?

An idea for discontinuity detection would be to do it symbolically.
This would involve writing a framework for doing this, which would be
useful outside of graphing as well.  Even if this is limited, it could
still produce better results for those expressions that it works for.

Aaron Meurer

On Mon, Mar 26, 2012 at 9:37 AM, Bharath M R <catchmrbhar...@gmail.com> wrote:
> I think adaptive resolution will be easy to implement. Discontinuity
> detection
> can be done using ideas from the paper I mentioned for implicit equation
> plotting(http://dl.acm.org/citation.cfm?doid=383259.383267). Do you have
> any particular ideas for discontinuity detection? I think it is decently
> non-trivial
> to implement discontinuity detection.
>
>
> On Monday, March 26, 2012 12:24:07 AM UTC+5:30, Stefan Krastanov wrote:
>>
>> By the way another thing missing from the plotting module and that is
>> fairly easy to add for 2d and quite useful is adaptive resolution and
>> discontinuity detection.
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/sympy/-/D78kFyCp6uMJ.
>
> To post to this group, send email to sympy@googlegroups.com.
> To unsubscribe from this group, send email to
> sympy+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sympy?hl=en.

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

Reply via email to