Não é mais possível fazer postagens ou usar assinaturas novas da Usenet nos Grupos do Google. O conteúdo histórico continua disponível.
Dismiss

Ann: Qplt

64 visualizações
Pular para a primeira mensagem não lida

Jeffrey R.Carter

não lida,
2 de jun. de 2023, 11:49:2302/06/2023
para
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

AdaMagica

não lida,
4 de jun. de 2023, 12:10:3504/06/2023
para
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

Jeffrey R.Carter

não lida,
4 de jun. de 2023, 14:12:4304/06/2023
para
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

AdaMagica

não lida,
5 de jun. de 2023, 05:09:2805/06/2023
para
Thanx Jeff, works now.
Should be written in the README.md.
Christoph
0 nova mensagem