> On Apr 26, 2015, at 14:59, Charles C. Kankelborg 
> <kan...@solar.physics.montana.edu> wrote:
> 
> Thanks Ben & Alex. I must confess the example at the finkers blog was unclear 
> to me (I don't normally use apt-get or binaries), but in the end all I did was
> 
> % fink remove -r gnuplot
> % fink install gnuplot-4.6.6
> % fink install octave
> 
> Before the above fix, the octave example below would save a completely black 
> plot (though it looked fine on screen). 
> 
> octave:1> theta = 0:0.1:4*pi;
> octave:2> plot(theta,sin(theta))
> octave:3> print("test.pdf",'-dpdf')
> 
> After downgrading gnuplot to 4.6.6, octave & gnuplot cooperate as they should.
> 
> All the best,
> Charles
> 
> 

<snip>

> ________________________________________________________________________
> Charles Kankelborg AC7NY |
> 260C EPS Building        | 
> Physics Department       |  "We can lick gravity, but sometimes the
> Montana State University |  paperwork is overwhelming."
> Bozeman, MT 59717        | 
> Phone: 406-994-7853      |          --Wernher von Braun
> FAX:   406-994-4452      |
> http://solar.physics.montana.edu/kankel/
> 

I’ll look at clarifying the example.  By the way, fink (and dpkg) will attempt 
to handle downgrades automatically.  As long as there isn’t a versioned 
dependency, you can just install the package without any extra fuss.  So the 
next time you need to downgrade gnuplot (e.g. after an update-all), a simple

fink install gnuplot-4.6.6

will suffice.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to