[vtkusers] vtkChartXY axis range
Eric E. Monson
emonson at cs.duke.edu
Wed Sep 29 09:18:42 EDT 2010
Hmmm... Yeah, that's strange. I'm not sure what would cause that.
Just so you know (since I didn't see it for a long time, I thought I'd mention), there is the vtkAxis::SetBehavior(int) method which controls whether the axis is auto-scaled or fixed scale that you set. If the auto-scale is misbehaving (maybe not giving the right level of detail for a "nice" range), then you might want to call SetBehavior(vtkAxis::FIXED) before setting the Range.
-Eric
On Sep 29, 2010, at 9:11 AM, David Doria wrote:
> On Wed, Sep 29, 2010 at 9:06 AM, Eric E. Monson <emonson at cs.duke.edu> wrote:
> Hey David,
>
> I had to add vtkCharts to the TARGET_LINK_LIBRARIES to get it to build.
>
> Is this what you are seeing?
>
> -Eric
>
> <OctreeChart_rev1.png>
>
>
> Hi Eric,
>
> You're right about adding vtkCharts (I just copied and pasted the wrong CMakeLists.txt). This is what I am seeing:
> <octree.png>
>
> Even though the first line of the output is: "Put 1 0.0813 in the table."
>
> Maybe I need to update VTK?
>
> David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100929/ed21eee7/attachment.htm>
More information about the vtkusers
mailing list