Skip to content

Commit

Permalink
correct a couple of errors
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Jan 20, 2025
1 parent 1644f2b commit c921601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class AxisSize {

private int min = 1;
private int step = 0;
private int step = 1;
private double offset = 0;
private String axisID;
private String ref;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class AxisV05 implements Axis{
private List<String> channelNames;
private final String abreviation;
private boolean concat = false;
private double scale = -1.0;
private double scale = 1.0;
private AxisSize size;
protected int halo = 0;

Expand Down

0 comments on commit c921601

Please sign in to comment.