On 16 July 2012 16:29, Bharath M R <[email protected]> wrote: > >> Are you certain that the heuristics will become simpler? For the >> moment `plot` does only "expression evaluated over range" type of >> plots, and that falls in this category (2d lines, 3d lines and >> surfaces and parametric lines and surfaces) requires the same type of >> heuristics. There are no special cases in the code for the different >> types of plots. > > > The heuristic might not become simpler. But for a person using it, it > splits the functionality into simpler blocks. The heuristic will be split > across the functions, and hence each function won't have a large amount > of checks.
I agree with this. However, as I already said, this requires spliting/removing the factory class. This is not necessarily a bad thing. -- 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.
