Skip to content

Commit

Permalink
Fix plot panel background
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgobbo committed Jun 14, 2023
1 parent e9c29f2 commit 41e4940
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/ch/psi/pshell/plotter/PlotPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public PlotPanel() {
pnGraphs.setLayout(new GridBagLayout());
plots = new ArrayList<>();
sliceSeriesData = new HashMap<>();
pnGraphs.setBackground(Color.red);
}

public List<Plot> getPlots() {
Expand Down

0 comments on commit 41e4940

Please sign in to comment.