|
From: Sanjib A. <San...@if...> - 2010-12-10 00:16:36
|
Hi, Today, I have installed gnuplot using fink in my mac os x When I am trying to plot the datafile then under gnuplot shell, my tab key is not working and therefore I have to write the full name of the file. Please suggest any solution. Regards, Sanjib -- Dr. Sanjib Kumar Agarwalla Phone : +34 963543547 Instituto de Física Corpuscular CSIC-Universitat de Valencia Apartado de Correos 22085 E-46071 Valencia - SPAIN |
|
From: Hans-Bernhard B. <HBB...@t-...> - 2010-12-14 22:35:18
|
On 10.12.2010 01:16, Sanjib Agarwalla wrote: > When I am trying to plot the datafile then under gnuplot shell, my tab key > is not working and therefore I have to write the full name of thefile. So what made you assume the Tab key was supposed to be "working"? What you're observing there is not so much a problem as a feature that wasn't built into your gnuplot executable. MacOS has recently made it unreasonably hard to build gnuplot with full GNU readline support, by shipping a fake readline. Looks like whoever built that fink package has capitulated before those obstacles. |
|
From: Tom L. <tl...@cp...> - 2010-12-14 23:15:20
|
Hi Sanjib- I built and installed gnuplot on OS X (10.5.8) direct from the sourceforge tarball (4.4.2), rather than with fink, and tab autocomplete works OK... -just another datapoint for you to consider, Tom On 9 Dec 2010, at 17:16, Sanjib Agarwalla wrote: > Hi, > > Today, I have installed gnuplot using fink in my mac os x > > When I am trying to plot the datafile then under gnuplot shell, my > tab key > is not working and therefore I have to write the full name of the > file. > > Please suggest any solution. > > Regards, > Sanjib > > > -- > Dr. Sanjib Kumar Agarwalla > Phone : +34 963543547 > Instituto de Física Corpuscular > CSIC-Universitat de Valencia > Apartado de Correos 22085 > E-46071 Valencia - SPAIN > ------------------------------------------------------------------------------ > Lotusphere 2011 > Register now for Lotusphere 2011 and learn how > to connect the dots, take your collaborative environment > to the next level, and enter the era of Social Business. > http://p.sf.net/sfu/lotusphere-d2d > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info |
|
From: Michael B. <mic...@ma...> - 2010-12-14 23:17:58
|
I left my Mac churning away *still* after 2 hours with Fink building gnuplot - surely it doesn't really have *that* many dependencies?! M ________________________________________ From: Tom Lawton [tl...@cp...] Sent: 14 December 2010 23:01 To: gnu...@li... Cc: Sanjib Agarwalla Subject: Re: [Gnuplot-info] problem in gnuplot Hi Sanjib- I built and installed gnuplot on OS X (10.5.8) direct from the sourceforge tarball (4.4.2), rather than with fink, and tab autocomplete works OK... -just another datapoint for you to consider, Tom On 9 Dec 2010, at 17:16, Sanjib Agarwalla wrote: > Hi, > > Today, I have installed gnuplot using fink in my mac os x > > When I am trying to plot the datafile then under gnuplot shell, my > tab key > is not working and therefore I have to write the full name of the > file. > > Please suggest any solution. > > Regards, > Sanjib > > > -- > Dr. Sanjib Kumar Agarwalla > Phone : +34 963543547 > Instituto de Física Corpuscular > CSIC-Universitat de Valencia > Apartado de Correos 22085 > E-46071 Valencia - SPAIN > ------------------------------------------------------------------------------ > Lotusphere 2011 > Register now for Lotusphere 2011 and learn how > to connect the dots, take your collaborative environment > to the next level, and enter the era of Social Business. > http://p.sf.net/sfu/lotusphere-d2d > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ gnuplot-info mailing list gnu...@li... https://lists.sourceforge.net/lists/listinfo/gnuplot-info |
|
From: Hans-Bernhard B. <HBB...@t-...> - 2010-12-15 00:21:37
|
On 15.12.2010 00:16, Michael Bane wrote: > I left my Mac churning away *still* after 2 hours with Fink building > gnuplot - surely it doesn't really have *that* many dependencies?! These days? Yes, it does. The wxt and cairo-based terminal drivers, in particular, pull a rather massive chain of support libraries. For comparison: the official Windows build of gnuplot-4.4.0 carries almost 13 MB of DLLs with it, while gnuplot itself is only 1.6 MB. |