help-octave
[Top][All Lists]
Advanced

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

Re: AW: gramm Package installation for Octave


From: Markus Mützel
Subject: Re: AW: gramm Package installation for Octave
Date: Thu, 19 Sep 2019 15:19:06 +0200

Please, keep the mailing list in CC.
 
From your original message:
> >> g=gramm_octave('x',cars.Model_Year,'y',cars.MPG,'color',cars.Cylinders,'subset',cars.Cylinders~=3
> >> & cars.Cylinders~=5);
>
> parse error near line 268 of file P:/35
> MITARBEITERORDNER/Alvarez/Octave/Scripts/gramm-master/@gramm\gramm_octave.m

>   external methods are only allowed in @-folders
>
> >>>     obj = update (obj, varargin)
 
Where is "update" located?
 
Are you sure that the @class folder was NOT added to the path during your test?
 
Markus
 
Gesendet: Donnerstag, 19. September 2019 um 15:06 Uhr
Von: "Elias Alvarez Jaramillo" <address@hidden>
An: " Markus Mützel " <address@hidden>
Betreff: AW: gramm Package installation for Octave

Hello Markus,

 

thank you for your fast reply. I tried the same on another PC and added not the @Class Folder directly to the path but the Folder containing it. I also used a more simple path for this avoiding spaces and special character. But no luck.

 

I am using Octave 5.1 under Windows.

 

 

Thanks

 

Best Regards / Mit freundlichen Grüßen

Elias Alvarez Jaramillo


B.Eng. Insdustrial Engineering/ B.Eng. Wirtschaftsingenieurwesen

Werkstudent (Produktionsanalyst) Wildauer Schmiede und Kurbellwelle GmbH/

Working Student (Production Analyst) Wildauer Schmiede und Kurbellwelle GmbH.

Technical University of Applied Sciences Wildau
Faculty:                     Engineering and Science:

Coursing Major:        M.Eng Technical Management
Year:                        TMM19

E-Mail:                address@hidden

 

Von: Markus Mützel
Gesendet: Donnerstag, 19. September 2019 14:50
An: EAlvarez
Cc: address@hidden
Betreff: Re: gramm Package installation for Octave

 

Am 19. September 2019 um 10:28 Uhr schrieb "EAlvarez":

> Hello Gurus of Octave!

>

> I have the following Problem and hope somebody out there can help. I am new

> to Octave. I am a long term user of R programming language, and have been

> using Hadley´s Wickham ggplot2 for a long time to make plotting more easy. I

> saw that there is a package called gramm developed for matlab. The

> experienced used @CdeMills seemed to found a Workaround to make this package

> executable on Octave, see this thread:

> https://octave.1599824.n4.nabble.com/gramm-td4677378.html#none

>

> I followed the instructions on the readme file and the comments on the

> thread in how to run this package but have not had any luck!.

>

> The readme says that i should add the @Folder containing the class to the

> path. I do this the following way:

>

> addpath('P:/35

> MITARBEITERORDNER/Alvarez/Octave/Scripts/gramm-master/@gramm')

>

 

There might be two issues with this:

1- You should add the folder containing the @-class to the path, i.e.:

addpath('P:/35 MITARBEITERORDNER/Alvarez/Octave/Scripts/gramm-master')

 

2- If this doesn't work, try moving the package to a folder that doesn't

contain a space (" ") or fwiw any non-ASCII characters in its path.

 

Markus

 

PS: I switched this over to the help mailing list, which seems more

appropriate for your issue.

 


reply via email to

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