Scatter plot of data
Code: "xchart_scatter.java". Programming language: Java DMelt Version 3. Last modified: 04/05/1977. License: Free
https://datamelt.org/code/cache/xchart_scatter_1166.java
To run this script using the DMelt IDE, copy the above URL link to the menu [File]→[Read script from URL] of the DMelt IDE.


import java.util.LinkedList;
import java.util.List;
import java.util.Random;
import org.knowm.xchart.SwingWrapper;
import org.knowm.xchart.XYChart;
import org.knowm.xchart.XYChartBuilder;
import org.knowm.xchart.XYSeries;
import org.knowm.xchart.XYSeries.XYSeriesRenderStyle;
import org.knowm.xchart.style.Styler;
import org.knowm.xchart.style.markers.SeriesMarkers;

/**
 * Gaussian Blob
 *
 * 

Demonstrates the following: * *