Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cs
gui
i0mapmon-topo
Commits
c5b65fcc
Commit
c5b65fcc
authored
Nov 23, 2021
by
Giacomo Strangolino
Browse files
fixed yLeft axis label order
parent
f3e6e023
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/i0mmtopobarchart.cpp
View file @
c5b65fcc
...
...
@@ -166,7 +166,7 @@ void I0MMTopoBarChart::setNames(const QStringList &names) {
static_cast
<
NamesAxisDraw
*>
(
axisScaleDraw
(
QwtPlot
::
yLeft
)
)
->
setNames
(
names
);
setAxisMaxMajor
(
QwtPlot
::
yLeft
,
names
.
size
());
setAxisMaxMinor
(
QwtPlot
::
yLeft
,
0
);
setAxisScale
(
QwtPlot
::
yLeft
,
0
,
names
.
size
()
-
1
);
setAxisScale
(
QwtPlot
::
yLeft
,
names
.
size
()
-
1
,
0
);
}
void
I0MMTopoBarChart
::
setLabels
(
const
QStringList
&
ls
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment