Author |
Message |
Topic: %pl guide |
Kenneth_Smith
Replies: 8
Views: 1635
|
Forum: ClearWin+ Posted: Wed Aug 27, 2025 12:11 pm Subject: %pl guide |
I have added further examples to my %pl guide/notes, (briefly mentioned in another post). The updated document can be found here.
https://www.dropbox.com/scl/fi/jo676v54s78jt0vm72lox/pl_guide_ver ... |
Topic: %pl[frame,scale=linear_log] |
Kenneth_Smith
Replies: 7
Views: 2273
|
Forum: ClearWin+ Posted: Tue Aug 26, 2025 9:43 am Subject: |
Paul,
I too have been guessing the value when I�ve encountered the problem in cases where the limits are well defined.
The relationship:
Yminpl = Ymin_desired - (Ymax_desired - Ymin_desire ... |
Topic: %pl[frame,scale=linear_log] |
Kenneth_Smith
Replies: 7
Views: 2273
|
Forum: ClearWin+ Posted: Mon Aug 25, 2025 11:07 pm Subject: |
Paul, Thanks for the recent DLLs with updates.
Your suggestion of call winop@('%pl[y_min=-1.005]') got me thinking. The �obvious� value for y_min is -1, and where does the additional 0.005 come fr ... |
Topic: %pl[link=columns] |
Kenneth_Smith
Replies: 2
Views: 1014
|
Forum: ClearWin+ Posted: Mon Aug 18, 2025 11:34 am Subject: %pl[link=columns] |
Paul, one for you to look at time permitting.
When using %program ex18
use clrwin
implicit none
integer, parameter :: n = 20
real*8 :: x(n), y2(n)
integer ... |
Topic: Get current position (or absolute position of a control) |
Kenneth_Smith
Replies: 4
Views: 1815
|
Forum: ClearWin+ Posted: Sun Aug 17, 2025 12:39 pm Subject: |
Eddie, Perhaps I am lazy, but I find using %fn[Consolas] makes the alignment of text and controls much easier. |
Topic: %pl[frame,scale=linear_log] |
Kenneth_Smith
Replies: 7
Views: 2273
|
Forum: ClearWin+ Posted: Wed Aug 13, 2025 12:10 pm Subject: %pl[frame,scale=linear_log] |
Paul,
Something that needs looking at when you have time. In the second %pl graph the options frame and scale=linear_log are used. The resulting plot is not correct. Please see my mark up here:
... |
Topic: GL Graphics |
Kenneth_Smith
Replies: 7
Views: 6177
|
Forum: 64-bit Posted: Thu Aug 07, 2025 1:33 pm Subject: |
Here are some notes and very simple examples of using %pl
https://www.dropbox.com/scl/fi/s75hkz0qwe7ajh18qh516/PL_simple_examples.zip?rlkey=bnxj6ke379fokulkxii7svf4k&st=05q96gql&dl=0
Thi ... |
Topic: %pl[link=lines,width=1] vs. %pl[link=lines,width=3] |
Kenneth_Smith
Replies: 3
Views: 23932
|
Forum: ClearWin+ Posted: Thu Aug 07, 2025 1:15 pm Subject: |
Paul,
Thanks for looking at this. It is useful to know that is a Microsoft limitation rather than a Clearwin fault.
Where is does occur (not just at spikes, but sometimes at sharp edges), the al ... |
Topic: %pl[link=lines,width=1] vs. %pl[link=lines,width=3] |
Kenneth_Smith
Replies: 3
Views: 23932
|
Forum: ClearWin+ Posted: Mon Jul 28, 2025 3:35 pm Subject: %pl[link=lines,width=1] vs. %pl[link=lines,width=3] |
In the following program two %pl graphs are used to plot identical data.
The data is an impulse function � zero everywhere but at one point where is it 10 units.
The first %pl with %plprogram te ... |
Topic: Limited record length |
Kenneth_Smith
Replies: 5
Views: 9699
|
Forum: Support Posted: Thu Jul 24, 2025 5:46 pm Subject: |
Does this help?
program test
character*32 :: comma_delimited = '0123456789abcdefghijklmnopqrstuv'
integer :: i
open(unit=10, file='comma_delimited.txt', status='repla ... |
Topic: Recursive IO |
Kenneth_Smith
Replies: 4
Views: 17136
|
Forum: Support Posted: Wed Jul 23, 2025 8:38 am Subject: |
Paul,
No need for any changes. I understand what is happening now, and can explain the discrepancy between for example gFortran and FTN95 in this case, in somewhat more technical terms than simply ... |
Topic: Recursive IO |
Kenneth_Smith
Replies: 4
Views: 17136
|
Forum: Support Posted: Wed Jul 23, 2025 6:09 am Subject: |
Thanks Bill, you comments are useful.
I tracked down the relevant part of the standard:
"An input/output statement shall not be executed if it is in a procedure that is referenced directly or ... |
Topic: Winop@ / %pl[external] |
Kenneth_Smith
Replies: 5
Views: 8647
|
Forum: ClearWin+ Posted: Tue Jul 22, 2025 12:23 pm Subject: |
Thanks for looking at this Paul. I did wonder if I was pushing Clearwin+ beyond is intended capability.
The modified update2_cb in the code below, seems to work correctly, and I can easily incorpo ... |
Topic: Winop@ / %pl[external] |
Kenneth_Smith
Replies: 5
Views: 8647
|
Forum: ClearWin+ Posted: Mon Jul 21, 2025 1:36 pm Subject: Winop@ / %pl[external] |
Paul,
A second one for you to look at.
I have been developing an application, which occasionally fails at run time when updating a number of graphics regions via %plmodule test
use clrwin
impl ... |
Topic: %pl problem |
Kenneth_Smith
Replies: 2
Views: 4480
|
Forum: ClearWin+ Posted: Fri Jul 18, 2025 1:50 pm Subject: %pl problem |
Paul,
One for you to look at time permitting.
Sometimes it can be useful to highlight a particular point on an curve which is plotted using %pl. This can be achieved in most cases (without res ... |
|