Windows only : another simple tool for cartesian plots

User projects written in or related to FreeBASIC.
Post Reply
marpon
Posts: 342
Joined: Dec 28, 2012 13:31
Location: Paris - France

Windows only : another simple tool for cartesian plots

Post by marpon »

I have seen on other topics plot interrest for gnuplot , dislin ...

here is an other very simple one only for Windows(sorry)
done by John Kopplin, http://www.computersciencelab.com

it is possible to use it by calling the executable graphit.exe and then sending keys to it to open prepared graph files
and after can modify the graph with interactive features...

I've done an example , can be found here
https://github.com/marpon/FB_cGraph
jj2007
Posts: 2326
Joined: Oct 23, 2016 15:28
Location: Roma, Italia
Contact:

Re: Windows only : another simple tool for cartesian plots

Post by jj2007 »

I am also working on such stuff, see here. It seems that anti-aliasing is off with your plots, is that intentional?
marpon
Posts: 342
Joined: Dec 28, 2012 13:31
Location: Paris - France

Re: Windows only : another simple tool for cartesian plots

Post by marpon »

@jj2007
in fact, the screenshots are not reel ones, there are gif outputs created from graphit.exe.

As i've said, i'm not the author of that tool, it's John Kopplin, http://www.computersciencelab.com

I've no idea how he has done.

I've already contacted him, to propose some adaptations, participation to improve that tool, until now no answer.


Thanks to your link, i've seen your samples, very nice, but as you only provide an exe, no real interrest for me.
jj2007
Posts: 2326
Joined: Oct 23, 2016 15:28
Location: Roma, Italia
Contact:

Re: Windows only : another simple tool for cartesian plots

Post by jj2007 »

marpon wrote:very nice, but as you only provide an exe, no real interest for me.
The source is MasmBasic and still very confused. Perhaps when it is ready I could create a static lib to make the code accessible for FreeBasic (Win32 only, it's Gdi+).
Post Reply