Skip to content

Commit 5386f31

Browse files
committed
#571 Comment out fields in plotRateSpectrogram.js that are not supposed to be accessed by a user; Update the icon
1 parent 124d785 commit 5386f31

2 files changed

Lines changed: 33 additions & 17 deletions

File tree

webapp/components/definition/plots/plotTypes/PlotRateSpectrogram.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default class PlotRateSpectrogram extends React.Component {
7474
<SelectField model={`${tag}['transformMethod']`} />
7575
</NetPyNEField>
7676

77-
<NetPyNEField id="simConfig.analysis.plotRateSpectrogram.fontSize">
77+
{/* <NetPyNEField id="simConfig.analysis.plotRateSpectrogram.fontSize">
7878
<NetPyNETextField
7979
fullWidth
8080
variant="filled"
@@ -109,7 +109,7 @@ export default class PlotRateSpectrogram extends React.Component {
109109
className="netpyneCheckbox"
110110
>
111111
<NetPyNECheckbox model={`${tag}['showFig']`} />
112-
</NetPyNEField>
112+
</NetPyNEField> */}
113113
</Box>
114114
);
115115
}

webapp/static/icons/plotRateSpectrogram.svg

Lines changed: 31 additions & 15 deletions
Loading

0 commit comments

Comments
 (0)