Send questions to:
biggles-help(at)lists(dot)sourceforge(dot)net
ImportError: libplot.so.2: cannot open shared object file: No such file or directory
This means libplot.so (part of the plotutils package) is not in your shared library search path.
One way of solving this on unix type systems is to set the variable LD_LIBRARY_PATH to the directory which libplot.so is in. So for example, if libplot.so is in /usr/local/lib and you are using the Bash shell you would do:
$ LD_LIBRARY_PATH=/usr/local/lib $ export LD_LIBRARY_PATHand then run your python interpreter.
Check out the README.debian file.
Any container can be printed using its .psprint() method.
Use the Plot container instead of FramedPlot.
For a FramedPlot object p, use p.frame.tickdir = +1/-1 depending on which way you want them to point. Default is -1.
For a FramedPlot object p, use p.frame1.draw_grid = 1. Why frame1? It's technical.
The name came from Biggles Dictates a Letter, one of my favorite Monty Python sketches.
[ home ]
[ last modified May 13 2004 ]