09-02-2008 11:42 PM
i have a scaling graph problem..
the problem is:
second ploting, start scaling with 0.00
09-03-2008 01:02 AM
What do you "open many times"?
What kind of graph?
What kind of data?
What do you mean by scaling? (max, min, offset, multiplier, etc.)
Can you show us your code or at least an image illustrating the problem?
09-03-2008 01:59 AM
my mainVI page has 4 Radio button. every radio button link with graph.
when I click 1st radio button,it will display graph 1. after I close graph 1,I will come back mainVI page.
and next I open graph2 and close..
when I coming back open graph1, the y-scale is different...
example....
1st plotting:
y-scale start with 16.63
2nd plotting:
y-scale start with 0.0
the y data from database
09-03-2008 02:53 AM
You can set the axis scaling to anything you want, or you can have it set to autoscale. What is your setting?
Your description is still not very clear, it would be MUCH better if you could show us some code.