Skip to content

Commit

Permalink
Update notebook code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
MUSA-650 committed Nov 21, 2022
1 parent 5afee18 commit 58f3a4a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions NiChart/plugins/plotview/plotview.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,8 @@ def PlotData(self, axes, df, xVar, yVar, filterVar, filterVals, hueVar, hueVals)
if hueVar != '':
colSel.append(hueVar)
## Remove duplicates in selected vars

logger.critical('EEEEEEEEEEEEEEEEEEEEEEEEe')
logger.critical(colSel)

colSel = [*set(colSel)]

logger.critical('EEEEEEEEEEEEEEEEEEEEEEEEe')
logger.critical(colSel)
dtmp = df[colSel]

## Filter data
Expand Down

0 comments on commit 58f3a4a

Please sign in to comment.