adamerose / PandasGUI

A GUI for Pandas DataFrames
MIT No Attribution
3.19k stars 236 forks source link

Is there a way to remove a column from the grapher without resetting it? #99

Closed alexn11 closed 3 years ago

alexn11 commented 3 years ago

Would be particularly useful when plotting many variables at the same time and to avoid repetitively setting them again.

Sorry in advance if this feature already exists.

fdion commented 3 years ago

@alexn11 are you asking about removing a column from, say, color, once you've set it to a specific column? If so, double click on the column name, it'll be removed.

alexn11 commented 3 years ago

Oh thank you, I've missed that! Closing.