Skip to content
Commits on Source (1)
......@@ -277,6 +277,7 @@ def create_complex_scatter_plot(dataList, title, xLabel, yLabel, epsilon=None, u
sumDataSize += dataX.size
if (sumDataSize <= 1):
LOG.debug("Not enough data to make a meaningful scatter plot figure.")
plt.close(figure)
return None
# look at the stuff in each of the data sets and plot that set
......