From help-octave-request at bevo dot che dot wisc dot edu Tue Feb 16 16:30:47 1999 Subject: Re: Need a clue about compile failure in 2.1.13 From: Joao Cardoso To: Thomas Walter CC: jwe at bevo dot che dot wisc dot edu, jcardoso@inescn.pt, o.s.sands@ieee.org, help-octave@bevo.che.wisc.edu, Daniel.Heiserer@bmw.de Date: Tue, 16 Feb 1999 21:36:45 +0000 Thomas Walter wrote: > > >>>>> "Scott" == O Scott Sands writes: > > [snip] > > Scott> ....back to plplot ... > > Scott> oss > > Hello > I got it 'plplot-990122' together with 'octave-2.0.13.96' without > TK/TCL, only the Xwin driver. > The only piece which does not work is the plotting of the symbols. It > does not find the fonts, I guess. You mean the `x07c.m' octave script in the demos directory? A line is missing: after plinit() add plfontld(1); you should now see all the symbols. If that don't work, try compiling x07c.c in the demos directory and check if you can see the fonts. If not, then you have an instalation problem. Also, try: title("#gS#u5#d#b#dn=1#u"); plot(sin(1:10)) > For those who may be interested in compiling for Linux: > ... I will forward your compile/installation complains to the plplot list, OK? > 2) mkoctfile complains about not having a rule to work with > octave_value (int &) > work around: convert each int-argument in plplot_octave.cc to > 'double' with a cast. strange... I will check it. But I am using the octave-2.1.x series and a more recent version of plplot_octave-0.4 (not yet released). Thanks, Joao -- Joao Cardoso, INESC | e-mail: jcardoso at inescn dot pt R. Jose Falcao 110 | tel: + 351 2 2094345 4050 Porto, Portugal | fax: + 351 2 2008487