Author |
Message |
Topic: What was the reason behind this rule? |
DanRRight
Replies: 1
Views: 1871
|
Forum: General Posted: Tue Apr 01, 2025 5:43 pm Subject: What was the reason behind this rule? |
Was always puzzled why this is allowed only if you set variable i as a PARAMETER and not as regular variable?
integer :: i = 1
integer :: j = 1-i
*** Error 538: I is not a PAR ... |
Topic: Birth defect of Clearwin |
DanRRight
Replies: 41
Views: 1632131
|
Forum: ClearWin+ Posted: Mon Mar 31, 2025 8:31 am Subject: |
14) OK, we are close to the end of needed major fixes and improvements for the native PL to make it absolutely perfect. All people do XY plotting and all need and definitely will appreciate them (excl ... |
Topic: Birth defect of Clearwin |
DanRRight
Replies: 41
Views: 1632131
|
Forum: ClearWin+ Posted: Sat Mar 29, 2025 11:52 am Subject: |
13) Asking Google AI
Q: Is "Caption" correct word for XY plot axis?
(used in Designer's Mode)
A: The term "caption" is not the correct name for the axis labels in an XY pl ... |
Topic: Birth defect of Clearwin |
DanRRight
Replies: 41
Views: 1632131
|
Forum: ClearWin+ Posted: Fri Mar 21, 2025 9:22 pm Subject: Re: |
Avoiding SEMILOG
SCALE=LINEAR
SCALE=LOG_LOG
SCALE=LINX_LOGY (alternative to SCALE=LOG_LINEAR)
SCALE=LOGX_LINY (alternative to SCALE=LINEAR_LOG)
I agree with this subset because it p ... |
Topic: Birth defect of Clearwin |
DanRRight
Replies: 41
Views: 1632131
|
Forum: ClearWin+ Posted: Fri Mar 21, 2025 12:37 pm Subject: |
Ken,
Well, this link in Wiki is capable to inflict the inferiority complex and will do it every time anyone will decide to use semilog with native %PL. Even Google AI was confused (weren't AI trai ... |
Topic: Birth defect of Clearwin |
DanRRight
Replies: 41
Views: 1632131
|
Forum: ClearWin+ Posted: Fri Mar 21, 2025 12:04 pm Subject: |
Ken, But there is no clear convention as AI says
Semilog or semilog_x, semilog_y is kind of also not clear.
If you do not like my suggestion then OK, here is 100% not ambiguous:
linXlin ... |
Topic: Birth defect of Clearwin |
DanRRight
Replies: 41
Views: 1632131
|
Forum: ClearWin+ Posted: Fri Mar 21, 2025 11:53 am Subject: |
But fun is that the same Google AI says the same about lin-log XY plotting:
"A lin-log XY plot (also called a semi-log plot) displays data where one axis (typically the y-axis) is scaled logar ... |
Topic: Birth defect of Clearwin |
DanRRight
Replies: 41
Views: 1632131
|
Forum: ClearWin+ Posted: Fri Mar 21, 2025 2:55 am Subject: |
11) The names of linear and logarithmic plot type is confusing. Normally when you call something LogLinear that means Log for X axis and Linear for Y. In the %PL this is opposite to common sense and u ... |
Topic: Birth defect of Clearwin |
DanRRight
Replies: 41
Views: 1632131
|
Forum: ClearWin+ Posted: Wed Mar 19, 2025 6:27 am Subject: |
9) Clearwin can do a lot of things Fortran users may even have no slightest clue that such things could be done in just few letters of Fortran source text.
You can change the style of the front p ... |
Topic: Birth defect of Clearwin |
DanRRight
Replies: 41
Views: 1632131
|
Forum: ClearWin+ Posted: Sun Mar 16, 2025 8:51 am Subject: |
Continuing suggestions to improve native %PL. All are relatively minor fixes and additions. There will be also one which is a major problem with LOG plotting (and recently I found also one with the l ... |
Topic: Birth defect of Clearwin |
DanRRight
Replies: 41
Views: 1632131
|
Forum: ClearWin+ Posted: Sun Mar 09, 2025 10:32 am Subject: |
As to my Question 1 I finally realized how the manual confused me
"477 Two new options [xaxis=<caption>] and [yaxis=<caption>] have the added to %pl. These are like [x_axis=<ca ... |
Topic: Birth defect of Clearwin |
DanRRight
Replies: 41
Views: 1632131
|
Forum: ClearWin+ Posted: Sat Mar 08, 2025 10:58 am Subject: |
Guys, I think i was not clear. I do not need to fix anything or do any workarounds in my question 1. The problem was already articulated and fixed by including some additions to Clearwin syntax, and i ... |
Topic: Birth defect of Clearwin |
DanRRight
Replies: 41
Views: 1632131
|
Forum: ClearWin+ Posted: Thu Mar 06, 2025 12:15 am Subject: |
1) I need both Y numbering and captions be outside the plotting area.
https://i.postimg.cc/sXdgx7V0/Screenshot-from-2025-03-05-14-58-53.png
Can not find how in Designer's Mode to fix this plot. ... |
Topic: Running command line programs |
DanRRight
Replies: 9
Views: 12839
|
Forum: General Posted: Thu Jan 30, 2025 4:04 pm Subject: |
I always thought that this error is an indication and bad example of users being lazy procrastinators not reporting bugs some of which are deeply hidden and living for centuries not exposed. This bug ... |
Topic: Avoiding flicker with rapid %pl updates |
DanRRight
Replies: 30
Views: 28592
|
Forum: ClearWin+ Posted: Wed Jan 29, 2025 3:29 pm Subject: |
Thanks, Paul, for polishing one more thing in CWP.
Noticed something unusual here: winop_int@ and when looked at ctwplus.enh file I found a lot of things I missed because did not have time to look ... |
|