Nov 2006

Thu, 16 Nov 2006

Python_Gnuplot_PlotItems_Data_axis_vs._axes

In Gnuplot to set different y-axis scaling left and right:
gnuplot> plot sin(x)    axis x1y1, \
              sin(x)**2 axis x1y2
In the Python Gnuplot module you rather use
g.plot(Gnuplot.Data(x,y1,axes='x1y1'),
       Gnuplot.Data(x,y1,axes='x1y2'))
See the little difference?

posted at 22:42 | path: /unix | permanent link to this entry

Fri, 10 Nov 2006

Navicore_Personal_Europe_2006-1_DVD_installation_under_Debian_GNU-Linux_with_wine_(Nokia_E60_mobile_as_target)

Hey, finally people programming intelligent installers. I already thought about simulating a usb disk for wine just to install Navicore or searching a Windows PC. But you just can give the installer a directory as destination and it installs just fine. Just copy the resulting tree to a blank memory card and you're ready. Upon inserting the card, the phone will automatically install the application. Now up to some navigating. Hope it is better than nav4all, which really sucks (nice idea, but bad implementation, just like the Nokia E60 mobile phone but that are other stories). $ wine --version Wine 0.9.15

posted at 21:28 | path: /unix | permanent link to this entry

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.