Re: Plots not showing any axis

From: David Brown <dbrown_at_nyahnyahspammersnyahnyah>
Date: Fri Apr 25 2014 - 16:08:42 MDT

In that case you need to use the more specific environment variables that are available:

export NCARG_BIN=/usr/bin
export NCARG_NCARG=/usr/share/ncarg

Usually /usr/bin is already on your PATH so you may not need to put $NCARG_BIN in your path.

You may also want to set

NCARG_MAN for "man" pages
NCARG_INCLUDE for include files
NCARG_LIB for the library directory

but these may not be necessary.

Hope this helps.
 -dave

On Apr 25, 2014, at 2:21 PM, Ipshita Majhi <ipmajhi@alaska.edu> wrote:

> Hi,
>
> The above mentioned method did not resolve the issue unfortunately. Here is some more information:
>
> with ubuntu/debian packages
> binaries(i.e. ncl,ncargpath,...) are in /usr/bin
>
> data files are in /usr/share/ncarg
> (no 'bin' subdirectory)
> so NCARG-ROOT=/usr/share/ncarg
> does not put binaries into PATH
>
> I have added David Covey the person who has helped me install NCL in my laptop he can give input and understand better what the concerns are.
>
> Thank You
> Ipshita
>
>
> On Fri, Apr 25, 2014 at 11:49 AM, David Brown <dbrown@ucar.edu> wrote:
> Just judging from what you have posted here, it looks like you should set
> NCARG_ROOT to /usr/share/ncarg:
>
> export NCARG_ROOT=/usr/share/ncarg
> export PATH=$NCARG_ROOT/bin:$PATH
>
> That is assuming you put the whole installation into /usr/share/ncarg.
> -dave
>
>
> On Apr 25, 2014, at 1:33 PM, Ipshita Majhi <ipmajhi@alaska.edu> wrote:
>
>> Hi,
>>
>> We did the following and still the plot has missing axis and no error shows up.
>> Ubuntu/Debian packages
>>
>> /usr/lib/ncarg-> /usr/share/ncarg
>> copied files from NCAR binary distribution
>> Plotchar data
>> fffonts
>> Earth..[1234]names to
>> /usr/share/ncarg/database
>>
>> added to .bashrc
>> export NCARG_ROOT="/usr"
>>
>> It will be helpful if you could guide us on this
>>
>> Thank You
>>
>>
>> ipshita
>> _______________________________________________
>> ncl-install mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-install
>
>

_______________________________________________
ncl-install mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-install
Received on Fri Apr 25 16:08:50 2014

This archive was generated by hypermail 2.1.8 : Tue Apr 29 2014 - 09:05:35 MDT