Skip to content

pandastable does not plot more than one column at a time #270

Description

@fernando210158

Name: pandastable
Version: 0.14.0

lse:
if len(rows) < 1 or self.allrows == True:
rows = list(range(self.rows))
cols = [self.currentcol] # <-- PROBLEM: Only uses current column, not multiplecollist!

When you Ctrl+click columns to multi-select them, self.multiplecollist gets populated. But if no rows are explicitly selected, the code ignores multiplecollist and defaults to self.currentcol (single column).

This was catched with help from Claude Haiku 4.5.

(workaroud: select also rows, but it complicates life)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions