Author |
Message |
Topic: Porting SLATEC Library -- Undocumented routines in SALFLIBC |
DanRRight
Replies: 44
Views: 2947
|
Forum: Support Posted: Tue Mar 21, 2023 4:42 pm Subject: |
Yes, examples of use of library is the key for its popularity. Such examples of course are hard to produce but they quickly show usability of the method. Without nice examples, specifically in some pr ... |
Topic: Request for extension |
DanRRight
Replies: 15
Views: 561
|
Forum: ClearWin+ Posted: Sat Mar 18, 2023 5:01 pm Subject: |
This is supposed to be universal XY plotting utility, one of many others (3D, surface plots, etc) . Everyone needs such plotting tool. This code was started 20+ years ago with Simpleplot initially. Th ... |
Topic: Request for extension |
DanRRight
Replies: 15
Views: 561
|
Forum: ClearWin+ Posted: Fri Mar 17, 2023 11:55 pm Subject: |
Thanks for finding my bugs in these demos and discussion which may shed the light on limiting amount of plots %pl can do
Then here is my last question: does %pl have 9 graphs limit on standard way ... |
Topic: Request for extension |
DanRRight
Replies: 15
Views: 561
|
Forum: ClearWin+ Posted: Fri Mar 17, 2023 9:48 pm Subject: |
It only plots in my case 1 graph.
So i returned to your demo and made some changes.
Here is the same code above i modified (see arrows in the text), this unfortunately does not plot anything. F ... |
Topic: Request for extension |
DanRRight
Replies: 15
Views: 561
|
Forum: ClearWin+ Posted: Fri Mar 17, 2023 6:15 pm Subject: |
Do i correctly understand that something like this should work ?
I=winio@('%pl[file=settings9.set, scale=linear, stacked,independent,n_graphs=9]', n, &
& x(:,1),y ... |
Topic: Porting SLATEC Library -- Undocumented routines in SALFLIBC |
DanRRight
Replies: 44
Views: 2947
|
Forum: Support Posted: Fri Mar 17, 2023 6:10 pm Subject: |
There are a lot of fast Fourier transform subroutines in this library. Can anyone share experience ***and demo examples*** with these routines or any other libraries?
Need the ones which will deal ... |
Topic: Property sheet crash |
DanRRight
Replies: 60
Views: 43106
|
Forum: ClearWin+ Posted: Fri Mar 17, 2023 11:36 am Subject: |
This "bug of the century" crashing property sheets %ps for 15-20 years
which was discussed here many times
disappeared
when i moved to Linux and ran FTN95 fro ... |
Topic: Small annoyance |
DanRRight
Replies: 0
Views: 157
|
Forum: Suggestions Posted: Thu Mar 16, 2023 7:00 pm Subject: Small annoyance |
Would be good if SDBG had the option to adjust the color of error line. Current red error line masks the text too much
https://i.postimg.cc/Ss2S8yCK/SDBG.jpg |
Topic: Request for extension |
DanRRight
Replies: 15
Views: 561
|
Forum: ClearWin+ Posted: Thu Mar 16, 2023 2:24 pm Subject: |
Paul,
Thanks for an example. I tried before "stacked" option though some complexity stopped me. May be this was on my usual mischievous devilry saturdays and i may look again at that b ... |
Topic: Running FTN95 under Linux |
DanRRight
Replies: 4
Views: 253
|
Forum: General Posted: Thu Mar 16, 2023 10:58 am Subject: |
Do you mean this guy?
https://mediaproxy.tvtropes.org/width/350/https://static.tvtropes.org/pmwiki/pub/images/despicable_me_420x0.jpg
By the way Android is a just nice shell on top of Linux.
... |
Topic: Request for extension |
DanRRight
Replies: 15
Views: 561
|
Forum: ClearWin+ Posted: Thu Mar 16, 2023 10:41 am Subject: |
Paul,
This is exactly how i made (with the help of Ken) this nice colorful plot above. It took me several days by the way. It is serving as one of my general purpose plots in the program. But wha ... |
Topic: Request for extension |
DanRRight
Replies: 15
Views: 561
|
Forum: ClearWin+ Posted: Thu Mar 16, 2023 4:20 am Subject: |
I know this option. It is extremely cumbersome way to deal with the multi-plot actually resembling a hack. Even those ways we discussed lately
https://i.postimg.cc/KYHdCvtz/multiplot.jpg
turn out ... |
Topic: Request for extension |
DanRRight
Replies: 15
Views: 561
|
Forum: ClearWin+ Posted: Wed Mar 15, 2023 3:07 pm Subject: Request for extension |
Currently %PL allows to plot only 9 curves on the same graph.
As an example the plot looks like this:
https://i.postimg.cc/wjrWdxjc/example1.jpg
This approximately covers 1/2 of evolution i inten ... |
Topic: Running FTN95 under Linux |
DanRRight
Replies: 4
Views: 253
|
Forum: General Posted: Wed Mar 15, 2023 2:02 pm Subject: |
To compile instead of
FTN95 YourProg.f90
you will need to write:
wine FTN95 YourProg.f90
and instead of
SLINK64 Yourprog.obj YourOther.obj YourOther.dll
you will also need to add wine in f ... |
Topic: Running FTN95 under Linux |
DanRRight
Replies: 4
Views: 253
|
Forum: General Posted: Tue Mar 14, 2023 9:04 am Subject: Running FTN95 under Linux |
Though FTN95 currently has no native compiler for Linux you still can use FTN95 under Linux. Funny but for that you just need to install one of programs with alcohol-related names Wine or Bottles and ... |
|