Dear David,
I'm using the g77 compiler under the Force IDE.
The DATA_XYXY is set to 0 as you mentioned. So it is correctly specified.
Therefore it remains your second hypothesis: the interface for DPlot_AddData is incorrect.
I think I should know I must pass by value those four parameters. Or can ...
Search found 3 matches
- Sat Jul 24, 2004 6:41 am
- Forum: Suggestions/Questions
- Topic: DPLOT_AddData
- Replies: 6
- Views: 26035
- Sat Jul 24, 2004 5:08 am
- Forum: Suggestions/Questions
- Topic: DPLOT_AddData
- Replies: 6
- Views: 26035
DPLOT_AddData
Dear David,
Probably the sequence of commands help to explain my doubts:
this will plot a x,y plot,
ret = DPlot_Plot( DPVersion, x, y, cString )
I have almost copied the instructions you have written for the first
example in the ftest.program,
Now some stuff to generate the x1,y1 curve
Finally ...
Probably the sequence of commands help to explain my doubts:
this will plot a x,y plot,
ret = DPlot_Plot( DPVersion, x, y, cString )
I have almost copied the instructions you have written for the first
example in the ftest.program,
Now some stuff to generate the x1,y1 curve
Finally ...
- Fri Jul 23, 2004 7:29 am
- Forum: Suggestions/Questions
- Topic: DPLOT_AddData
- Replies: 6
- Views: 26035
DPLOT_AddData
Hi,
I'm new to this program, so may be this question has a simple answer.
I´m trying to create a new XY plot on an existing XY plot
(generated using the DPLOT_PLOT subroutine)
For that I'm using the DPLOT_AddData subroutine in Fortran and the DATA_XYXY data type as input parameter. and "0" as the ...
I'm new to this program, so may be this question has a simple answer.
I´m trying to create a new XY plot on an existing XY plot
(generated using the DPLOT_PLOT subroutine)
For that I'm using the DPLOT_AddData subroutine in Fortran and the DATA_XYXY data type as input parameter. and "0" as the ...