aeggers / votevizr

R package for representing ordinal election results on a ternary/barycentric diagram.
2 stars 1 forks source link

use plot_blank_ternary() in main plotting methods #2

Closed aeggers closed 4 years ago

aeggers commented 4 years ago

The main plotting methods start by plotting a blank ternary. they should use plot_blank_ternary().

aeggers commented 4 years ago

I have done this for positional methods. Still TODO for RCV and Condorcet.

aeggers commented 4 years ago

No longer really relevant I think -- not clear how much of the base plotting guts I will keep