Skip to content
Snippets Groups Projects
Commit b5651be3 authored by Tim Molter's avatar Tim Molter
Browse files

rename

parent 8cc6294a
Branches
Tags
No related merge requests found
...@@ -33,7 +33,7 @@ import com.xeiam.xchart.SwingWrapper; ...@@ -33,7 +33,7 @@ import com.xeiam.xchart.SwingWrapper;
/** /**
* @author timmolter * @author timmolter
*/ */
public class ErrorBarText2 { public class ErrorBarLogTest {
public static void main(String[] args) throws Exception { public static void main(String[] args) throws Exception {
...@@ -53,7 +53,7 @@ public class ErrorBarText2 { ...@@ -53,7 +53,7 @@ public class ErrorBarText2 {
mychart.getStyleManager().setYAxisLogarithmic(true); // set log or linear Y axis mychart.getStyleManager().setYAxisLogarithmic(true); // set log or linear Y axis
mychart.getStyleManager().setYAxisMin(.099); mychart.getStyleManager().setYAxisMin(.08);
mychart.getStyleManager().setYAxisMax(1000); mychart.getStyleManager().setYAxisMax(1000);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment