Skip to content
Snippets Groups Projects
Commit 8da1861e authored by tcarver's avatar tcarver
Browse files

draw legend when there are 2 or more plots

parent 386496f9
Branches
Tags
No related merge requests found
......@@ -1025,7 +1025,7 @@ public abstract class Plot extends JPanel
g.drawString(desc, 2, font_height);
if(numPlots < 3 || numPlots > 10)
if(numPlots < 2 || numPlots > 10)
return;
final FontMetrics fm = g.getFontMetrics();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment