> Is there a sort of Gnuplot.exe installed somewhere in the Linux
directories?
If windows version of gnuplot is installed by installer, this is the general
question to the wine where the executable is installed by installer working
on windows.
Therefore you should ask this issue at the wine forum but not here.
Tatsuro
--
View this message in context: http://gnuplot.10905.n7.nabble.com/Path-for-Gnuplot-in-Windows-app-installed-via-Wine-tp18504p18505.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
>No its the Linux version of Gnuplot installed!
Sorry I have misled.
You can find gnuplot by find command
$ sudo find / -name "gnuplot"
(For the search from root (/), sudo is required for Ubuntu )
The issue whether a windows application can connect to a linux application
or not is a problem of the wine. The topic is not the scope on the gnuplot
list but that for the wine, I think.
However, if you will need to use gnuplot.exe for windows, the below will be
helpful.
http://gnuplot.10905.n7.nabble.com/gnuplot-exe-in-wine-td13162.html
--
View this message in context: http://gnuplot.10905.n7.nabble.com/Path-for-Gnuplot-in-Windows-app-installed-via-Wine-tp18504p18507.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
From: Ethan M. <eam...@gm...> - 2014-06-12 23:35:55
Wouldn't it be easier to install the linux version of ISIS?
http://isis.astrogeology.usgs.gov/documents/InstallGuide/
On Thu, Jun 12, 2014 at 4:28 PM, tmacchant <tma...@ya...> wrote:
> >No its the Linux version of Gnuplot installed!
> Sorry I have misled.
>
> You can find gnuplot by find command
>
> $ sudo find / -name "gnuplot"
>
> (For the search from root (/), sudo is required for Ubuntu )
>
> The issue whether a windows application can connect to a linux application
> or not is a problem of the wine. The topic is not the scope on the gnuplot
> list but that for the wine, I think.
>
> However, if you will need to use gnuplot.exe for windows, the below will be
> helpful.
>
> http://gnuplot.10905.n7.nabble.com/gnuplot-exe-in-wine-td13162.html
>
>
>
>
> --
> View this message in context:
> http://gnuplot.10905.n7.nabble.com/Path-for-Gnuplot-in-Windows-app-installed-via-Wine-tp18504p18507.html
> Sent from the Gnuplot - User mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> Membership management via:
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
You can find gnuplot by find command
$ sudo find / -name "gnuplot"
(For the search from root (/), sudo is required for Ubuntu )
No, you should not need to use `sudo find'.
$ which gnuplot
/usr/bin/gnuplot
Try
$ man which
Leo