mauro3 / IVPTestSuite.jl

Differential equation (ODE & DAE) solver test suite
Other
9 stars 2 forks source link

Complete switch from Winston to PyPlot for plotting #9

Closed obiajulu closed 8 years ago

obiajulu commented 8 years ago

The motivation behind this PR is that WInston seems to be deprecated and not up to date with v0.4 of Julia. PyPlot is becoming the graphing standard and we follow this change.

mauro3 commented 8 years ago

I think we should merge #8 first and then rebase this PR on top of that.

obiajulu commented 8 years ago

Will change this pull request to between master and ob/pyplot2, which is based on the recently squashed ob/plei