integrate multiburnchart in motors editor
[sw/motorsim] / gui / com / billkuker / rocketry / motorsim / visual / workbench / MultiBurnChart.java
index 6738e94b1ef0ab7a43cb60eee9d5062efec0a4e0..2234029ba9cde2521595ea66d8b8986f1e48d911 100644 (file)
@@ -36,8 +36,8 @@ public class MultiBurnChart extends JPanel implements BurnWatcher {
                                .getPreferredUnit(SI.NEWTON);
                JFreeChart chart = ChartFactory.createXYLineChart(
                                "", // Title
-                               time.toString(), // x-axis Label
-                               force.toString(), // y-axis Label
+                               "Time (" + time.toString() + ")", // x-axis Label
+                               "Thrust (" + force.toString() + ")", // y-axis Label
                                dataset, PlotOrientation.VERTICAL, // Plot Orientation
                                true, // Show Legend
                                true, // Use tool tips