Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Change from Winston to PyPlot for plotting #11

Merged
merged 1 commit into from Jun 25, 2016
Merged

Change from Winston to PyPlot for plotting #11

merged 1 commit into from Jun 25, 2016

Conversation

obiajulu
Copy link
Collaborator

@obiajulu obiajulu commented Jun 14, 2016

Switch in package for handling plotting.

@obiajulu obiajulu force-pushed the ob/pyplot2 branch 3 times, most recently from fa576e1 to c7d957b Compare June 14, 2016 20:32
@mauro3
Copy link
Owner

mauro3 commented Jun 15, 2016

Not sure how far along this is, so some comments maybe unnecessary:

  • remove any mention of Winston
  • can the plotting.jl file not be updated to use PyPlot?
  • plotting functions should not be specific to ODE.jl and neither their names

@obiajulu
Copy link
Collaborator Author

I made more changes and I think it are closer to being mergable.

@@ -22,6 +22,7 @@ solver = S.allsolvers[[ODE.ode78,
# make a TestRun which combines a TestCase with a Solver + some extras:
##Example protocol For adaptive solvers
abstol = 1e-12

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this. (Try not to have unrelated changes in your PRs)

@mauro3 mauro3 force-pushed the ob/pyplot2 branch 3 times, most recently from f1b0e9f to 4efbb47 Compare June 21, 2016 09:23
@mauro3
Copy link
Owner

mauro3 commented Jun 21, 2016

I tested it and did some extra changes. Maybe you can test and review it. If happy merge.

A larger commit, which constitutes the move from Winston to PyPlot
for ploting.
@obiajulu obiajulu merged commit c912b15 into master Jun 25, 2016
@obiajulu obiajulu deleted the ob/pyplot2 branch June 25, 2016 14:10
@mauro3
Copy link
Owner

mauro3 commented Jun 25, 2016

Cool, tnx @obiajulu!

maxscd = max(maxscd, maximum(scd))
wt = getfield_vec(res, :walltime)
@show cols[rem1(colind,nc)]
p = Py.plot(scd, wt, "-d"*cols[rem1(colind,nc)])
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be a semi-log-y plot.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants