diff --git a/src/frontend/plotting/grid.c b/src/frontend/plotting/grid.c index 3b3420587..56766681c 100644 --- a/src/frontend/plotting/grid.c +++ b/src/frontend/plotting/grid.c @@ -146,6 +146,11 @@ gr_redrawgrid(GRAPH *graph) graph->absolute.height / 2); } } + /* draw postscript title */ + if (graph->plotname && eq(dispdev->name, "postscript")) + DevDrawText(graph->plotname, + graph->fontwidth, + graph->absolute.height - graph->fontheight); switch (graph->grid.gridtype) { case GRID_POLAR: