-
abalakin committed revision 59 to the MathGL SVN repository, changing 6 files.
2009-11-10 04:24:11 UTC in MathGL
-
As I answer by e-mail -- Now you should use construction like
gr->GetFont()->Load("bonum", "/usr/share/mathgl/fonts"));
In next release I'll add yours variant too (i.e. arbitrary font loading in constructor).
2009-11-05 10:56:00 UTC in MathGL
-
abalakin committed revision 58 to the MathGL SVN repository, changing 47 files.
2009-11-05 07:57:01 UTC in MathGL
-
abalakin committed revision 57 to the MathGL SVN repository, changing 82 files.
2009-10-30 04:50:16 UTC in MathGL
-
The answers are yes for both questions.
1. I specially prevent Min>Max if you change it by Axis() or SetRanges() functions. However you can change it manually:
(C++)<br>
gr->Min.x=1; gr->Max.x=0;<br>
gr->Axis();<br>
(MGL)<br> xrange 1 0 <br> axis
(C++, Python)<br>
gr->SetAutoRanges(1,0);<br>
gr->Axis();<br>.
2009-10-02 16:23:44 UTC in MathGL
-
abalakin committed revision 56 to the MathGL SVN repository, changing 3 files.
2009-10-02 15:07:17 UTC in MathGL
-
abalakin committed revision 55 to the MathGL SVN repository, changing 65 files.
2009-10-02 03:36:42 UTC in MathGL
-
abalakin committed revision 54 to the MathGL SVN repository, changing 21 files.
2009-09-15 07:13:50 UTC in MathGL
-
abalakin committed revision 53 to the MathGL SVN repository, changing 7 files.
2009-08-25 04:05:35 UTC in MathGL
-
No idea. I even don't know how I can use Fortran under Eclipse CDT :) . I think the same way as any other library (FFTW, GSL and so on) -- write code in Eclipse, compile it and run executable.
2009-08-17 08:56:46 UTC in MathGL