MathGL is a library for making high-quality scientific graphics under Linux and Windows
0
votes
1answer
54 views
Installing MathGL on Mac - Cannot find libpng Cmake [closed]
I know there are other questions about mathgl on mac but I can't find the solution. When using cmake I am getting the error:
Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
I ...
0
votes
0answers
116 views
Building mathgl on mac make error [closed]
I am trying to install the mathgl plotting library on my mac. After downloading the tar file (mathgl_2.1.1), I expand it, and cd to that folder. I then use the "cmake ." command, twice and then ...
0
votes
1answer
714 views
Mathgl plot library installation for C++
I have installed the MathGL library in my win7 machine using the windows binary as found in sourceforge. I have followed the instruction and I have included the mathgl bin;include and lib files into ...
0
votes
0answers
262 views
Draw graph with MathGL on VC 2010
I would like to draw some graphs with MathGL on VC 2010 64bits.
There is a package for Visual Studio 64bits on MathGL website. http://mathgl.sourceforge.net/ There is no clear instruction of ...
2
votes
2answers
118 views
Use of QMathGL to paint realtime data?
Got really stuck, need some advise or real examples.
1) I have boost::thread vector producer thread (data arrives fast ~ 100 samples per second)
2) I want QMathGL to paint data as it arrives
3) I ...
0
votes
1answer
96 views
Data format for MathGL BoxPlot
I want to display a 10x48 dataset (10 sampling points with 48 or more samples each) in a box plot using MathGL. The result should be 10 box plots that summarize the data for each sampling point. The ...
1
vote
1answer
136 views
Why does mglData cause a BAD ACCESS exception? [Semi-Solved]
I have successfully managed to install MathGL on Mac OS and managed to get the mglGraph to generate me the sample graphs. Yet when I try to use mglData to handle my data, it crashes with an ...
0
votes
0answers
32 views
Linker error with MathGL in XCode [duplicate]
Possible Duplicate:
What is an undefined reference/unresolved external symbol error and how do I fix it?
I'm trying to plot some matrices on 3D-graphs using MathGL with XCode. I managed ...
1
vote
1answer
626 views
How to show graphs on the screen using MathGL
I am learning MathGL, a C++ library, but I find myself cannot draw a graph on the screen even using the "example code" they provided, although I can successfully draw a graph to file. The "sample ...
0
votes
2answers
165 views
Is it possible to call MathGL functions from .NET?
As in the subject - if I would like to create a publication ready graph from .NET, is this possible?