help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Printing problem with 3.2.4


From: Ben Abbott
Subject: Re: Printing problem with 3.2.4
Date: Fri, 21 May 2010 11:56:04 -0400

On May 21, 2010, at 5:48 AM, murlox wrote:

> After I upgraded to 3.2.4, the command that allows me to print directly to
> printer no longer works. I could still print the plot to file, but it is
> inconvenient & I couldn't save the file in the format that I wanted. 
> 
> When I reverted back to 3.0.3, the said command worked again. I suspected
> that the changes that have been made in
> /usr/share/octave/3.2.4/m/plot/print.m might be the culprit. However, I
> couldn't interpret any new addition or removal in that particular file since
> it is too advanced for me; therefore, I hope any octave expert here could
> enlighten me.
> 
> I also posted the mentioned problem to bug reports.
> 
> BTW, I'm running Linux. I don't suspect anything with my operating system
> since the older version of Octave works fine in term of print job.
> 
> Thanks,
> 
> Al


Please check to see if the job shows up in your print que. Type ....

        clf 
        surf (peaks)
        print
        system ("lpq")
        pause (10)
        system ("lpq")

Does the job show the first time the que is displayed?

Does the job remain in listed in the que when the que is displayed the second 
time?

Ben





reply via email to

[Prev in Thread] Current Thread [Next in Thread]