Author |
Message |
Topic: Request for extension |
PaulLaidler
Replies: 15
Views: 469
|
Forum: ClearWin+ Posted: Sat Mar 18, 2023 9:00 am Subject: |
Yes you can have more than 10 plots (with or wihout [stacked]). Simply set n_graphs to the required number of graphs.
I have looked at the code for %pl and [stacked] with [independent] means both t ... |
Topic: FLUSH |
PaulLaidler
Replies: 1
Views: 127
|
Forum: Support Posted: Fri Mar 17, 2023 10:37 pm Subject: |
See http://forums.silverfrost.com/viewtopic.php?t=3994&highlight=flush. |
Topic: Request for extension |
PaulLaidler
Replies: 15
Views: 469
|
Forum: ClearWin+ Posted: Fri Mar 17, 2023 10:28 pm Subject: |
The number of graphs n_graphs is not 20 in your case. Also I suggested that you do not use [stacked]. The data presentation is probably wrong as well. That's all that I will contribute on this subject ... |
Topic: Request for extension |
PaulLaidler
Replies: 15
Views: 469
|
Forum: ClearWin+ Posted: Fri Mar 17, 2023 7:51 pm Subject: |
Yes. I am suggesting that it may well work but you still need
CALL winop@("%pl[n_graphs=20]")
with 20 replaced by your value at the start. |
Topic: Request for extension |
PaulLaidler
Replies: 15
Views: 469
|
Forum: ClearWin+ Posted: Thu Mar 16, 2023 7:37 pm Subject: |
I think that you could leave out [stacked] in the last sample above and present the data in a way that is not "stacked". The %pl line will have many arguments but you could, for example, use ... |
Topic: Request for extension |
PaulLaidler
Replies: 15
Views: 469
|
Forum: ClearWin+ Posted: Thu Mar 16, 2023 3:12 pm Subject: |
1) Suffice to say that to provide the extension that you are asking for would not be quick and easy.
2) As I recall, only the Y values are stacked so you only get one set of X values. |
Topic: Request for extension |
PaulLaidler
Replies: 15
Views: 469
|
Forum: ClearWin+ Posted: Thu Mar 16, 2023 12:23 pm Subject: |
Here is another sample. In this case there are 20 plots and the y-data is stored in a 2-dimensional array.
WINAPP
USE clrwin
INTEGER M,N,i
PARAMETER(N=11,M=20)
... |
Topic: Request for extension |
PaulLaidler
Replies: 15
Views: 469
|
Forum: ClearWin+ Posted: Thu Mar 16, 2023 9:05 am Subject: |
In the following sample code a callback function is used to make a single plot by caling draw_curvesD@. This call could be repeated for other sets of data.
WINAPP
MODULE mymod
... |
Topic: Running the Fortran Ide |
PaulLaidler
Replies: 2
Views: 161
|
Forum: Support Posted: Wed Mar 15, 2023 8:13 am Subject: |
When the program runs, it appears in a Command Prompt window.
When it has finnished running, make sure that you close this window before doing anything else. |
Topic: Porting SLATEC Library -- Undocumented routines in SALFLIBC |
PaulLaidler
Replies: 44
Views: 2652
|
Forum: Support Posted: Mon Mar 13, 2023 10:10 am Subject: |
The bug relating to test04 above has now been fixed for the next release of FTN95. |
Topic: Parameters of get_im_info$ |
PaulLaidler
Replies: 3
Views: 709
|
Forum: ClearWin+ Posted: Thu Mar 09, 2023 1:20 pm Subject: |
moji
Thanks for the feedback. I have made a note that this needs fixing.
In the meantime do you know how to fix it in your copy of clrwin.f95? |
Topic: %th[ms_style] with read-only controls |
PaulLaidler
Replies: 8
Views: 800
|
Forum: ClearWin+ Posted: Mon Mar 06, 2023 12:01 pm Subject: |
Ralf
Adding an accelerator in this way for 64 bits does not work at the moment. It works for 32 bits.
I have fixed this for the next release of the DLLs.
I presume there is a reason why you ... |
Topic: Porting SLATEC Library -- Undocumented routines in SALFLIBC |
PaulLaidler
Replies: 44
Views: 2652
|
Forum: Support Posted: Sat Mar 04, 2023 4:37 pm Subject: |
mecej4
Thanks for the list.
In a few cases the Silverfrost exports end with one or more $'s or @'s and these functions are unlikely to match similarly named SLATEC functions. |
Topic: Porting SLATEC Library -- Undocumented routines in SALFLIBC |
PaulLaidler
Replies: 44
Views: 2652
|
Forum: Support Posted: Sat Mar 04, 2023 8:21 am Subject: |
mecej4
I have sent you a pm. |
Topic: Porting SLATEC Library -- Undocumented routines in SALFLIBC |
PaulLaidler
Replies: 44
Views: 2652
|
Forum: Support Posted: Fri Mar 03, 2023 12:27 pm Subject: |
mecej4
OK. I will look at the problem with COMPLEX variables.
Would it help if I send you new DLLs now with the fixes for the first two issues? |
|