We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
right now, if you have weights constructed using an idVariable or ids list, the plot method fails.
idVariable
ids
plot
This is because it is using the iloc method to do lookups based on iteration indices.
iloc
It should be possible to rework this to use names and only names.