Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 591c941c2fdf0a32dc57bb5f10791cde > files > 331

gnuplot-doc-4.4.0-5.fc14.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 2008 (1.71)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Loadpath</TITLE>
<META NAME="description" CONTENT="Loadpath">
<META NAME="keywords" CONTENT="gnuplot">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="gnuplot.css">

<LINK REL="next" HREF="node222.html">
<LINK REL="previous" HREF="node220.html">
<LINK REL="up" HREF="node175.html">
<LINK REL="next" HREF="node222.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<A NAME="tex2html4392"
  HREF="node222.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html4386"
  HREF="node175.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html4380"
  HREF="node220.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html4388"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html4390"
  HREF="node467.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html4393"
  HREF="node222.html">Locale</A>
<B> Up:</B> <A NAME="tex2html4387"
  HREF="node175.html">Set-show</A>
<B> Previous:</B> <A NAME="tex2html4381"
  HREF="node220.html">Lmargin</A>
 &nbsp; <B>  <A NAME="tex2html4389"
  HREF="node1.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html4391"
  HREF="node467.html">Index</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->

<H2><A NAME="SECTION0402433000000000000000"></A>
<A NAME="commands_set_loadpath"></A><A NAME="commands_show_loadpath"></A><A NAME="set_loadpath"></A><A NAME="show_loadpath"></A><A NAME="loadpath"></A><A NAME="5191"></A>
<BR>
Loadpath
</H2>
The <B>loadpath</B> setting defines additional locations for data and command
files searched by the <B>call</B>, <B>load</B>, <B>plot</B> and <B>splot</B> commands.  If a
file cannot be found in the current directory, the directories in
<B>loadpath</B> are tried.

<P>
Syntax:
<BR>
<PRE>
     set loadpath {"pathlist1" {"pathlist2"...}}
     show loadpath
</PRE>
<BR>

<P>
Path names may be entered as single directory names, or as a list of
path names separated by a platform-specific path separator, eg. colon
(':') on Unix, semicolon (';') on DOS/Windows/OS/2/Amiga platforms.
The <B>show loadpath</B>, <B>save</B> and <B>save set</B> commands replace the
platform-specific separator with a space character (' ') for maximum
portability.

<P>
If the environment variable GNUPLOT_LIB is set, its contents are
appended to <B>loadpath</B>.  However, <B>show loadpath</B> prints the contents
of user defined loadpath and system loadpath separately.  Also, the
<B>save</B> and <B>save set</B> commands save only the user specified parts of
<B>loadpath</B>, for portability reasons.
<BR><HR>
<ADDRESS>

2010-08-17
</ADDRESS>
</BODY>
</HTML>