X-Git-Url: http://git.tdb.fi/?p=ext%2Fsubsurface.git;a=blobdiff_plain;f=profile.c;h=5d5aff5187776971f53331d023937438444b5b67;hp=cb0bc2d5da0a9e993e036112e11020ad7ce27030;hb=ce6c3ee56d372e2ef8386a065fbf4bce4cfa0ffc;hpb=3f624a2eb30ebc17abadedea888072186ea239bb 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);