Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VTK
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
430
Issues
430
List
Boards
Labels
Milestones
Merge Requests
113
Merge Requests
113
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
VTK
VTK
Commits
16a7e8c9
Commit
16a7e8c9
authored
Jan 28, 2016
by
Cory Quammen
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified test to exercise setting of LabelOffset
parent
5d3bc168
Pipeline
#5579
passed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Charts/Core/Testing/Cxx/TestAxes.cxx
Charts/Core/Testing/Cxx/TestAxes.cxx
+2
-0
Charts/Core/Testing/Data/Baseline/TestAxes.png.md5
Charts/Core/Testing/Data/Baseline/TestAxes.png.md5
+1
-1
No files found.
Charts/Core/Testing/Cxx/TestAxes.cxx
View file @
16a7e8c9
...
...
@@ -64,9 +64,11 @@ int TestAxes(int , char * [])
// Exercise some of the API in the axis API.
axesVertical
[
0
]
->
AutoScale
();
axesVertical
[
0
]
->
SetLabelOffset
(
9
);
axesVertical
[
1
]
->
SetBehavior
(
vtkAxis
::
FIXED
);
axesVertical
[
1
]
->
AutoScale
();
axesVertical
[
1
]
->
SetLabelOffset
(
13
);
axesVertical
[
2
]
->
SetNotation
(
vtkAxis
::
SCIENTIFIC_NOTATION
);
axesVertical
[
2
]
->
SetPosition
(
vtkAxis
::
LEFT
);
...
...
Charts/Core/Testing/Data/Baseline/TestAxes.png.md5
View file @
16a7e8c9
e41caf81f47d28338077cf85a75c8075
b9498627b80efd6b15150b4b500ee5eb
Cory Quammen
@cory.quammen
mentioned in commit
1d9b06ec
·
Feb 01, 2016
mentioned in commit
1d9b06ec
mentioned in commit 1d9b06ecec318a5133ba8e6722102b614eb595cf
Toggle commit list
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