Scatter plot for data
Source code name: "xplot_scatter2.java"
Programming language: Java
Topic: Graphics/2D
DMelt Version 3. Last modified: 04/05/1977. License: Pro
https://datamelt.org/code/cache/xplot_scatter2_2853.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.awt.Color;
import java.util.ArrayList;
import java.util.List;
import org.knowm.xchart.AnnotationTextPanel;
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.markers.SeriesMarkers;

/**
 * Error Bars
 *
 * 

Demonstrates the following: * *


You see the box below because you did not login.