[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cannot print plots that have ylabel in Linux Mint - UPDATE
From: |
Gsparky |
Subject: |
Re: Cannot print plots that have ylabel in Linux Mint - UPDATE |
Date: |
Sun, 8 Mar 2015 08:34:16 -0700 (PDT) |
I'm making a guess that the problem resides with Ghostscript. I ran the "print"
command again, opened a terminal, and ran "top". It showed "gs" as using 100%
(or very close to 100%) of CPU, but only 1.3% of memory. Here are the top few
lines from "top":
Tasks: 219 total, 3 running, 216 sleeping, 0 stopped, 0 zombie
%Cpu(s): 13.2 us, 0.6 sy, 0.0 ni, 86.1 id, 0.1 wa, 0.0 hi, 0.0 si, 0.0 st
KiB Mem: 8134928 total, 2418940 used, 5715988 free, 106132 buffers
KiB Swap: 9765884 total, 0 used, 9765884 free. 978728 cached Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
3483 xxxx 20 0 195344 102972 4404 R 100.0 1.3 1:25.01 gs
3316 xxxx 20 0 1082264 228752 52120 S 4.0 2.8 0:28.98 firefox
2854 xxxx 20 0 734160 167160 48916 S 2.0 2.1 0:22.45 skype
2815 xxxx 20 0 1902340 235036 71184 S 1.0 2.9 0:29.91 cinnamon
53 root rt 0 0 0 0 S 0.7 0.0 0:02.06 migration/6
75 root 20 0 0 0 0 S 0.7 0.0 0:00.48 kworker/1:1
79 root 20 0 0 0 0 S 0.3 0.0 0:00.12 kworker/5:1
86 root 39 19 0 0 0 S 0.3 0.0 0:00.03 khugepaged
I'm running a quad-core computer, if that makes any difference.
Thanks again!
On 03/08/2015 05:02 AM, lukshuntim [via Octave] wrote:
> On Sunday, March 08, 2015 06:21 AM, Gsparky wrote:
>
> > I'm running Gnu Octave 3.8.1 on a Intel-based PC running Linux Mint 17. The
> > specific Linux kernel version is 3.13.0-24-generic. I can create plots with
> > no problem, including with the "ylabel". However, if I try to use the
> > "print" command when the plot has a ylabel, I get the following errors:
> >
> > octave:3> print('testPlot01.png');
> > warning: print.m: pstoedit binary is not available.
> > Some output formats are not available.
> > Error: /syntaxerror in -file-
> > Operand stack:
> > --nostringval--
> > Execution stack:
> > %interp_exit .runexec2 --nostringval-- --nostringval--
> > --nostringval-- 2 %stopped_push --nostringval-- --nostringval--
> > --nostringval-- false 1 %stopped_push 1916 1 3 %oparray_pop
> > 1915 1 3 %oparray_pop --nostringval-- 1899 1 3 %oparray_pop
> > 1787 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2
> > --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push
> > Dictionary stack:
> > --dict:1178/1684(ro)(G)-- --dict:0/20(G)-- --dict:82/200(L)--
> > --dict:40/64(L)--
> > Current allocation mode is local
> > GPL Ghostscript 9.10: Unrecoverable error, exit code 1
> >
> > I've tried searching for answers on this problem, using "Ghostscript" and
> > "Gnu Octave" as search terms, but been unable to find anything that works.
> >
> > Any guidance would be appreciated.
>
> Try
>
> sudo apt-get install pstoedit
>
> Regards,
> ST
> --
>
>
> _______________________________________________
> Help-octave mailing list
> [hidden email] </user/SendEmail.jtp?type=node&node=4669046&i=0>
> https://lists.gnu.org/mailman/listinfo/help-octave
>
>
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://octave.1599824.n4.nabble.com/Cannot-print-plots-that-have-ylabel-in-Linux-Mint-tp4669036p4669046.html
> To unsubscribe from Cannot print plots that have ylabel in Linux Mint, click
> here
> <http://octave.1599824.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4669036&code=Z2FyeXN0YXIxQGdtYWlsLmNvbXw0NjY5MDM2fC0xNTkzMjkwOTk1>.
> NAML
> <http://octave.1599824.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
--
View this message in context:
http://octave.1599824.n4.nabble.com/Re-Cannot-print-plots-that-have-ylabel-in-Linux-Mint-UPDATE-tp4669057.html
Sent from the Octave - General mailing list archive at Nabble.com.
- Re: Cannot print plots that have ylabel in Linux Mint - UPDATE,
Gsparky <=