# ------------------------------------------------------------------ # Properties File For Generating Graphs From Tabular Data # ------------------------------------------------------------------ # The width of the full image full-width = 800 # The height of the full image full-height = 600 # The width of the table column column-width = 300 # The height of the table row column-height = 200 # The graphs shown per row # Configure the graph names. You can add/remove graphs if you want. graphs = graph1, graph2, graph3 # The properties for the first scatter plot graph1.graph-type = scatterplot graph1.x-axis = graph1.y-axis = graph1.title = # The properties for the histogram graph2.graph-type = histogram graph2.column = graph2.number-of-bins = 20 graph2.title = # The properties for the heatmap graph3.graph-type = heatmap graph3.x-axis = graph3.y-axis = graph3.column = graph3.title =