gfio: add extra space to the graphs at the edges
[fio.git] / graph.h
diff --git a/graph.h b/graph.h
index 0f286498931a5ce6060adc357de8edc21abfe1ce..a8390b527dbce440e292129f547b51874e36af80 100644 (file)
--- a/graph.h
+++ b/graph.h
@@ -75,5 +75,11 @@ void graph_y_axis_unit_change_notify(struct graph *g, graph_axis_unit_change_cal
  * millions, thousands and ones. 
  */ 
 
+void graph_add_extra_space(struct graph *g, double left_percent, double right_percent,
+                               double top_percent, double bottom_percent);
+/* graph_add_extra_space() adds extra space to edges of the the graph
+ * so that the data doesn't go to the very edges.
+ */
+
 #endif