View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000884VTK(No Category)public2004-05-27 11:212004-06-03 15:09
ReporterMathieu Malaterre 
Assigned ToUtkarsh Ayachit 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000884: Bug in vtkXYPlotActor : small offset
DescriptionI think there is a bug in vtkXYPlotActor.
The following curve is clipped on the Y axis if offset < 0.1 :

If offset >= 0.1 there is no problem.
I use vtk 4.4. with vtkXYPlotActor.cxx revision 1.52.
TagsNo tags attached.
Project
Type
Attached Filescxx file icon xyPlot2.cxx [^] (1,471 bytes) 1969-12-31 19:00

 Relationships

  Notes
(0001130)
Mathieu Malaterre (developer)
2004-05-27 11:22

Adding a demo code
(0001172)
Utkarsh Ayachit (administrator)
2004-06-03 14:42

I think that this is not a bug, but the way that it is supposed to be. Note that the problem is present for offset values >= 0.1 also such as 0.15, 0.25 etc. This is because of the use of vtkAxisActor2D::ComputeRange to get "nice" ranges and tick counts for the axes. Thus the range of the axes is not exactly the range of the input data object.

 Issue History
Date Modified Username Field Change
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team