# ------------------------------------------------------------------ # Properties File For Generating Graphs From Tabular Data # ------------------------------------------------------------------ #separator = , # 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 graphs = scatter1, hist, heat, heat2, scatter2 # The properties for the first scatter plot scatter1.graph-type = scatterplot scatter1.x-axis = featrue1 scatter1.y-axis = featrue2 scatter1.title = Feature 1 vs. Feature 2 # The properties for the histogram hist.graph-type = histogram hist.column = std1 hist.number-of-bins = 20 hist.title = Std 1 Histogram # The properties for the heatmap heat.graph-type = heatmap #heat.x-axis = WellName #heat.y-axis = WellName heat.column = hitRate heat.title = Hit Rate # The properties for the second heatmap heat2.graph-type = heatmap heat2.x-axis = WellName heat2.y-axis = WellName heat2.column = cellNumber heat2.title = Cell Number # The properties for the second scatter plot scatter2.graph-type = scatterplot scatter2.x-axis = featrue4 scatter2.y-axis = featrue5 scatter2.title = Feature 4 vs. Feature 5