thank you for you answer,but it is not what i need.
i do CGE in gamside,generally the model will return a variable as
p(t) if i do dynamic CGE.i want to make a line graph for p(t), i don't
know how to transform p(t) to a parameter which can be using
gnuplotxyz line graph rule .
so can you give me a hint!!!
cheers
2012/7/5, UAS <
uwe.a.s...@googlemail.com>:
> For a line plot you need to use a three dimensional parameter
>
> The number of elements in the first argument determines the number of
> different lines in a plot. The number of elements in the second argument
> determines the number of points on a particular line. The order of elements
>
> in the second index determines how the different data points pertaining to
> one line are connected. The remaining argument (third index) must contain
> at least two set elements of which one represents the x-axis and a second
> the y-axis coordinates.
>
> minimum for line plots
> $libinclude gnuplotxyz < *parameter name> <xaxis element> <yaxis element>
> *
>
> Hope this helps, Uwe