[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can't save a plot
From: |
Salva Ardid |
Subject: |
Re: Can't save a plot |
Date: |
Mon, 12 Nov 2012 14:03:38 -0500 |
User-agent: |
KMail/4.9.3 (Linux/3.5.0-18-generic; KDE/4.9.3; x86_64; ; ) |
El Dilluns, 12 de novembre de 2012, a les 19:55:59, Jorgen Sandberg va
escriure:
> Dear Ben,
>
> I am using qt, so I will try with the fltk.
>
> Thanks a lot.
>
> Regards,
> Jorgen
>
>
> -----Original Message-----
> From: Ben Abbott
> Sent: Monday, November 12, 2012 7:41 PM
> To: Jorgen Sandberg
> Cc: Doug Stewart ; Dmitri A. Sergatskov ; Octave Help
> Subject: Re: Can't save a plot
>
> On Nov 12, 2012, at 10:20 AM, Jorgen Sandberg wrote:
> > From: Doug Stewart
> > Sent: Monday, November 12, 2012 4:03 PM
> > To: Jorgen Sandberg
> > Cc: Ben Abbott ; Dmitri A. Sergatskov ; Octave Help
> > Subject: Re: Can't save a plot
> >
> >> On Mon, Nov 12, 2012 at 8:52 AM, Jorgen Sandberg <address@hidden>
> >> wrote:
> >> Dear Ben,
> >>
> >>> Here you lost me. What should I do? Will I have to modify a file,
> >>> compile it and load it in some folder?
> >>>
> >>> Or will you prepare a 3.6.4 package of OCTAVE? (my preferred option)
> >>>
> >>>
> >>> Regards,
> >>> Jorgen
> >>>
> >>> -----Original Message----- From: Ben Abbott
> >>> Sent: Monday, November 12, 2012 2:11 PM
> >>> To: Dmitri A. Sergatskov
> >>> Cc: Jorgen Sandberg ; Octave Help
> >>>
> >>> Subject: Re: Can't save a plot
> >>>
> >>> On Nov 11, 2012, at 10:09 PM, Dmitri A. Sergatskov wrote:
> >>>
> >>>
> >>> On Sun, Nov 11, 2012 at 2:23 PM, Jorgen Sandberg <address@hidden>
> >>> wrote:
> >>> Dear Ben,
> >>>
> >>> In my mind the -G option does not work as intended.
> >>>
> >>>
> >>> I think there is a bug in __print_parse_opts__.m
> >>> (at least as of version 3.6.3)
> >>>
> >>>
> >>> arg_st.ghostscript.binary = file_in_path (getenv ("PATH"), arg(3:end));
> >>>
> >>> if (isempty (arg_st.ghostscript.binary))
> >>>
> >>> error ("print: Ghostscript binary ""%s"" could not be
> >>>
> >>> located",
> >>>
> >>> arg(3:end));
> >>>
> >>> else
> >>>
> >>> arg_st.ghostscript_binary = __quote_path__
> >>>
> >>> (arg_st.ghostscript_binary);
> >>>
> >>>
> >>> Should not the last line be
> >>> arg_st.ghostscript_binary = __quote_path__ (arg_st.ghostscript.binary);
> >>>
> >>> ?
> >>>
> >>> Thanks. I seem to have a blind spot for "." and "_"
> >>>
> >>> http://hg.savannah.gnu.org/hgweb/octave/rev/61d08b092a9d
> >>>
> >>> Ben
> >>
> >> You just have to modify the file ------ no compiling needed.
> >
> > Dear Doug,
> >
> > Thanks.
> >
> > in the meantime i have downloaded gswin32 and installed it.
> >
> > Now, when I run OCTAVE there is no error message concerning ghostscript,
> > but it says that it can’t find the following:
> >
> > epstool
> > fig2dev
> > pstoedit
> >
> > What do I do next?
> >
> > I have searched for epstool on the internet and found a version from 2005.
> > Can I use that one?
> >
> > Again and again, please prepare a complete package for OCTAVE for Windows
> > 7 (64bit) even if it includes copies of already installed software on my
> > PC.
> >
> > Regards,
> > Jorgen Sandberg
>
> The utilities (epstook, fig2dev, & ps2oedit) aren't needed for most cases.
> With ghostscript installed you should be able to print to ps, psc, eps,
> epsc, pdf, png, jpg, etc.
>
> However, if you are using the "qt" toolkit, then printing doesn't work yet.
> You'll need to change to either the "fltk" or "gnuplot" toolkit.
>
> close all
> graphics_toolkit fltk
> plot (rand (3))
> print test.png
>
> Ben
>
>
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
Is the qt backend still under development? I checked
https://github.com/goffioul/QtHandles but last time it was updated is 4 months
ago...
I tried to test it, but after compiling and everything, octave crashed on
startup
Sorry to being off-topic here, I think I should open a new thread, could you
tell me the most appropriate list to do it so?
Thanks,
Salva
- Re: Can't save a plot, (continued)
- Re: Can't save a plot, Jordi Gutiérrez Hermoso, 2012/11/12
- Re: Can't save a plot, Jorgen Sandberg, 2012/11/12
- Re: Can't save a plot, c., 2012/11/12
- Re: Can't save a plot, Jorgen Sandberg, 2012/11/12
- Re: Can't save a plot, c., 2012/11/12
- Re: Can't save a plot, Dmitri A. Sergatskov, 2012/11/12
- Re: Can't save a plot, c., 2012/11/12
- Re: Can't save a plot, Jordi Gutiérrez Hermoso, 2012/11/12
- Re: Can't save a plot, Ben Abbott, 2012/11/12
- Re: Can't save a plot, Jorgen Sandberg, 2012/11/12
- Re: Can't save a plot,
Salva Ardid <=
- Re: Qt backend (Was: Can't save a plot), Ben Abbott, 2012/11/12
- Re: Qt backend (Was: Can't save a plot), Salva Ardid, 2012/11/12
- Re: Can't save a plot, Jorgen Sandberg, 2012/11/12