* Ann: Qplt
@ 2023-06-02 15:49 Jeffrey R.Carter
2023-06-04 16:10 ` AdaMagica
0 siblings, 1 reply; 4+ messages in thread
From: Jeffrey R.Carter @ 2023-06-02 15:49 UTC (permalink / raw)
I have created Qplt (Quick Plot), and Ada-GUI program to quickly produce a plot
of a data set, and make it publicly available in hopes that it might prove
useful. The program automatically selects axis ranges and tick intervals. The
user may select whether points, lines, or both are plotted, and supply a title
and axis labels.
Qplt is available at
https://github.com/jrcarter/Qplt
Enjoy.
--
Jeff Carter
"People called Romanes, they go the house?"
Monty Python's Life of Brian
79
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Ann: Qplt
2023-06-02 15:49 Ann: Qplt Jeffrey R.Carter
@ 2023-06-04 16:10 ` AdaMagica
2023-06-04 18:12 ` Jeffrey R.Carter
0 siblings, 1 reply; 4+ messages in thread
From: AdaMagica @ 2023-06-04 16:10 UTC (permalink / raw)
Hi Jeffrey,
downloaded QPlt, Ada_GUI, PragmARC, linked OK
(with many warnings "-gnatyOr", -- overriding indicators, casing as in declaration).
Tried to run according to your README.md.
Result for any attempt the same:
C:\Path...\Ada-Libraries\Qplot\Orig>qplt np qplt_sine.txt
Ada GUI :1.0
Application root :C:\Users\Grein\Documents\Christoph\Ada-Libraries\Qplot\Orig\
Executable at :C:\Users\Grein\Documents\Christoph\Ada-Libraries\Qplot\Orig\
HTML root :C:\Users\Grein\Documents\Christoph\Ada-Libraries\Qplot\Orig\
Upload directory :C:\Users\Grein\Documents\Christoph\Ada-Libraries\Qplot\Orig\
Templates root :C:\Users\Grein\Documents\Christoph\Ada-Libraries\Qplot\Orig\
/js at :C:\Users\Grein\Documents\Christoph\Ada-Libraries\Qplot\Orig\
/css at :C:\Users\Grein\Documents\Christoph\Ada-Libraries\Qplot\Orig\
/img at :C:\Users\Grein\Documents\Christoph\Ada-Libraries\Qplot\Orig\
Boot file :boot.html
HTTP listen on :localhost:8080
Singleton application.
Press Ctrl-C to close server.
2023-06-04 17:58:45.03 : HTTP Server Started
2023-06-04 17:58:46.17 : Requested: Kind: FILE, File: , Query:
2023-06-04 17:58:46.17 : Reply: Not found
And browser window says: http://127.0.0.1:8080/
No file "" found
What am I missing? Do I have to put QPlt in the same directory as Ada_GUI?
Christoph
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Ann: Qplt
2023-06-04 16:10 ` AdaMagica
@ 2023-06-04 18:12 ` Jeffrey R.Carter
2023-06-05 9:09 ` AdaMagica
0 siblings, 1 reply; 4+ messages in thread
From: Jeffrey R.Carter @ 2023-06-04 18:12 UTC (permalink / raw)
On 2023-06-04 18:10, AdaMagica wrote:
>
> downloaded QPlt, Ada_GUI, PragmARC, linked OK
> 2023-06-04 17:58:46.17 : Requested: Kind: FILE, File: , Query:
> 2023-06-04 17:58:46.17 : Reply: Not found
>
> And browser window says: http://127.0.0.1:8080/
> No file "" found
>
> What am I missing? Do I have to put QPlt in the same directory as Ada_GUI?
As the Readme for Ada GUI says, "The Test directory contains boot.html, boot.js,
and jquery.min.js. These files must be available to every Ada-GUI program."
(https://github.com/jrcarter/Ada_GUI/blob/master/README.md) Typically you put a
copy of these in any working directory from which you run an Ada-GUI program.
I guess I thought that anyone not already familiar with Ada GUI would install
and test it first before using it to build Qplt, and in the process become aware
of this. Silly me.
--
Jeff Carter
"It is the German who is so uncourteous to his verbs."
A Scandal in Bohemia
122
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-06-05 9:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-02 15:49 Ann: Qplt Jeffrey R.Carter
2023-06-04 16:10 ` AdaMagica
2023-06-04 18:12 ` Jeffrey R.Carter
2023-06-05 9:09 ` AdaMagica
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox