weights.plot does not handle named observations #52
Labels
needs testing
a pull request which needs testing added, or a bug/rough edge which exposes a functional testing gap
no-issue-activity
plotting
rough edge
Something that's not a bug, but that gets in the way of "it just works."
weights
Milestone
right now, if you have weights constructed using an
idVariable
orids
list, theplot
method fails.This is because it is using the
iloc
method to do lookups based on iteration indices.It should be possible to rework this to use names and only names.
The text was updated successfully, but these errors were encountered: