Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOHViewer
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Public
PASSOFT
SOHViewer
Merge requests
!261
Feature for users to hide/show and reorder channels
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature for users to hide/show and reorder channels
i188_hide_show_channels_from_plotted_figure
into
develop
Overview
14
Commits
15
Pipelines
5
Changes
8
Merged
Lan Dam
requested to merge
i188_hide_show_channels_from_plotted_figure
into
develop
1 year ago
Overview
14
Commits
15
Pipelines
5
Changes
1
Expand
Closes
#188 (closed)
Edited
11 months ago
by
Lan Dam
👍
0
👎
0
Merge request reports
Viewing commit
7bdccc39
Prev
Next
Show latest version
1 file
+
13
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7bdccc39
modify function and variable names to be more descriptive
· 7bdccc39
Lan Dam
authored
11 months ago
sohstationviewer/model/general_data/data_structures.MD
+
3
−
2
Options
@@ -25,8 +25,9 @@ Note: log_data for RT130's dataset has only one channel: SOH
'data' (np.array): data that has been trimmed and down-sampled for plotting
'chan_db_info' (dict): the plotting parameters got from database
for this channel - dict,
ax: axes to draw the channel in PlottingWidget
ax_wf (matplotlib.axes.Axes): axes to draw the channel in WaveformWidget
'ax': axes to draw the channel in PlottingWidget
'ax_wf' (matplotlib.axes.Axes): axes to draw the channel in WaveformWidget
'visible': flag to show or hide channel
}
}
Loading