From: Linus Torvalds Date: Tue, 6 Dec 2011 18:58:06 +0000 (-0800) Subject: Merge branch 'grid-to-back' of git://github.com/henrik242/subsurface X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=ce6c3ee56d372e2ef8386a065fbf4bce4cfa0ffc;hp=3f624a2eb30ebc17abadedea888072186ea239bb;p=ext%2Fsubsurface.git Merge branch 'grid-to-back' of git://github.com/henrik242/subsurface * 'grid-to-back' of git://github.com/henrik242/subsurface: Move depth/time grid back --- diff --git a/profile.c b/profile.c index cb0bc2d..5d5aff5 100644 --- a/profile.c +++ b/profile.c @@ -1382,13 +1382,13 @@ void plot(struct graphics_context *gc, cairo_rectangle_int_t *drawing_area, stru gc->maxx = (drawing_area->width - 2*drawing_area->x); gc->maxy = (drawing_area->height - 2*drawing_area->y); - /* Temperature profile */ - plot_temperature_profile(gc, pi); - /* Depth profile */ plot_depth_profile(gc, pi); plot_events(gc, pi, dive); + /* Temperature profile */ + plot_temperature_profile(gc, pi); + /* Cylinder pressure plot */ plot_cylinder_pressure(gc, pi, dive);