Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
i0mapmon
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
gui
i0mapmon
Commits
a9f2091b
Commit
a9f2091b
authored
3 years ago
by
Giacomo Strangolino
Browse files
Options
Downloads
Patches
Plain Diff
fix: lambda curve color and style linked to lambda 1,2,3... number
parent
64df851a
Branches
master
Tags
1.0.3
1.0.4
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
i0mapmon.pro
+1
-1
1 addition, 1 deletion
i0mapmon.pro
src/i0mmonplot.cpp
+0
-5
0 additions, 5 deletions
src/i0mmonplot.cpp
with
1 addition
and
6 deletions
i0mapmon.pro
+
1
−
1
View file @
a9f2091b
...
...
@@ -5,7 +5,7 @@ include($${CUMBIA_ROOT}/include/quapps/quapps.pri)
CONFIG
+=
debug
DEFINES
-=
QT_NO_DEBUG_OUTPUT
#
DEFINES
-=
QT_NO_DEBUG_OUTPUT
#
RESOURCES
+=
...
...
This diff is collapsed.
Click to expand it.
src/i0mmonplot.cpp
+
0
−
5
View file @
a9f2091b
...
...
@@ -75,7 +75,6 @@ bool I0MMonPlot::yAutoScale() const {
}
void
I0MMonPlot
::
setSources
(
const
QString
&
x
,
const
QString
&
y
,
const
QMap
<
int
,
double
>
lambdamap
,
int
nsamples
)
{
qDebug
()
<<
__PRETTY_FUNCTION__
<<
lambdamap
;
m_multiread_plu_i
->
unsetSources
();
foreach
(
const
QString
&
cn
,
m_curvesymap
.
keys
())
removeCurve
(
cn
);
...
...
@@ -100,7 +99,6 @@ void I0MMonPlot::setSources(const QString &x, const QString &y, const QMap<int,
}
m_curvesymap
[
cuna
]
=
m_symstyles
[(
lambdai
-
1
)
%
m_symstyles
.
size
()];
}
qDebug
()
<<
__PRETTY_FUNCTION__
<<
"settings sources: x "
<<
x
<<
" y "
<<
y
<<
"time mode"
<<
m_time_mode
;
if
(
m_time_mode
)
{
if
(
m_multiread_plu_i
)
m_multiread_plu_i
->
insertSource
(
y
,
0
);
...
...
@@ -114,9 +112,6 @@ void I0MMonPlot::setSources(const QString &x, const QString &y, const QMap<int,
}
}
updateLegend
();
printf
(
"I0MMonPlot::setSources curvesSize %d
\n
"
,
curves
().
size
());
foreach
(
QwtPlotCurve
*
c
,
curves
())
printf
(
"- %s
\n
"
,
qstoc
(
c
->
title
().
text
()));
}
void
I0MMonPlot
::
setYBounds
(
double
ymi
,
double
yma
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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