Thank you for the response Sir,
1. It's just the opposite, I am not even trying to beat matplotlib, I am just trying to develop what's already there in SymPy .
In SymPy presently the plots are rendered using matplotlib as a backend.
If Random Walk is being implemented in SymPy user would like to visualize it in the most easy and efficient way possible.
It's like either use matplotlib or in SymPy just use something like RandomWalk('rw', animated=True, store='C:\\').visualize. So, what would be better?
2. Thank you for telling me about sdeint library.
I think since, stochastic processes is already implemented in SymPy so we should make it a full-fledged stat's module.
For the point that we can get the sample paths of integrated white noise for free so yes it might not be the novel idea to implement that in SymPy so for that we can add more functionality like, from the given sample's identify does that belong to a noise process or not(return True if it belongs and False if it does not), I don't think this is already implemented.
This way we could extend the stat's module and don't just implement what's already implemented.