Graph library
-
Can anoyone recommend a free (unmanaged) C++ graphing library that uses GDI+? I'm doing a MFC app.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001Out of interest, why must it use GDI+ ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Out of interest, why must it use GDI+ ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
Well, it doesn't *have to*, but I figure it would be esasier to get anti-aliased lines out of it if it did. :)
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Can anoyone recommend a free (unmanaged) C++ graphing library that uses GDI+? I'm doing a MFC app.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001isn't this a "programming question" ?? ;P BTW, isn't CxImage doing what you need ? (i don't know much graphical libs, so, my appalogies if it doesn't)
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
-
isn't this a "programming question" ?? ;P BTW, isn't CxImage doing what you need ? (i don't know much graphical libs, so, my appalogies if it doesn't)
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
When I say "graph", I mean business graphs. If I had wanted "graphics", I would have said "graphics" (and I think the freeimage library is much better than CXImage).
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Well, it doesn't *have to*, but I figure it would be esasier to get anti-aliased lines out of it if it did. :)
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001*grin* yeah, that's a fair call
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
When I say "graph", I mean business graphs. If I had wanted "graphics", I would have said "graphics" (and I think the freeimage library is much better than CXImage).
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001humm, well, you mean, Graphs[^] ?
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
-
*grin* yeah, that's a fair call
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
When I say "graph", I mean business graphs. If I had wanted "graphics", I would have said "graphics" (and I think the freeimage library is much better than CXImage).
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001John Simmons / outlaw programmer wrote:
When I say "graph", I mean business graphs
Umm, I think "charting library" is the better term. Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith -
humm, well, you mean, Graphs[^] ?
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
Actually, the PGL library[^] is more appropriate to my requirements (it uses CGI+).
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Actually, the PGL library[^] is more appropriate to my requirements (it uses CGI+).
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
I have never been able to get that library to build. Is there a newer version available then the one on CP?
It looks like the author's web site is gone. I just found out about the library today - haven't tried to build it yet.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
It looks like the author's web site is gone. I just found out about the library today - haven't tried to build it yet.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001Sad to say I couldn't find any updates either. I looked into this library a few weeks back as I could do with a good charting library. I couldn't find any updates to the library out there and I'm reluctant to use a library that hasn't had any development for 3 years :( I simply can't believe there aren't any good charting libraries out there for unmanaged code. Let me know if you find anything better!
-- The Obliterator
-
I have never been able to get that library to build. Is there a newer version available then the one on CP?
Well, I've managed to get some of the errors fixed, but I'm not inclined to use up a week of my free time to make it compile under vs2005...
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Sad to say I couldn't find any updates either. I looked into this library a few weeks back as I could do with a good charting library. I couldn't find any updates to the library out there and I'm reluctant to use a library that hasn't had any development for 3 years :( I simply can't believe there aren't any good charting libraries out there for unmanaged code. Let me know if you find anything better!
-- The Obliterator
I have been looking for a good charting library for quite some time now. There just does not seem to be anything for unmanaged code that is very complete or supported. My most recent find is ZedGraph, which by far looks to be the best open source library I have seen. Unfortunately it is C#/.NET and not usable to me (I am still usig VS 6.0 and have no intention to upgrade). I have been considering whether it is worthwhile (or even appropriate/acceptable) to convert it to unmanaged C++.