Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOHViewer
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
6
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
Commits
6773daff
Commit
6773daff
authored
1 year ago
by
Kien Le
Browse files
Options
Downloads
Patches
Plain Diff
flake8
parent
6e2e7bf0
No related branches found
No related tags found
1 merge request
!96
Show time label on top of ruler
Pipeline
#2497
passed with stage
in 3 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sohstationviewer/view/plotting/plotting_widget/plotting_widget.py
+1
-4
1 addition, 4 deletions
...onviewer/view/plotting/plotting_widget/plotting_widget.py
with
1 addition
and
4 deletions
sohstationviewer/view/plotting/plotting_widget/plotting_widget.py
+
1
−
4
View file @
6773daff
"""
Class of which object is used to plot data
"""
from
typing
import
List
from
PySide2.QtCore
import
QTimer
from
typing
import
Optional
from
typing
import
List
,
Optional
import
matplotlib.text
import
numpy
as
np
from
PySide2.QtCore
import
QTimer
,
Qt
from
matplotlib
import
pyplot
as
pl
from
PySide2
import
QtCore
,
QtWidgets
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment