eseifert / gral

Free Java library for displaying plots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Untangle Plots and Legends

seifertm opened this issue · comments

Legends and legend symbols depend on plot. This should be refactored so that Plot sets the legend symbol, since only the Plot implementation knows about the different renderes (e.g. PointRenderer, LineRenderer, …).

Depends on #152.