stillhq.com : Mikal, a geek from Canberra living in Silicon Valley http://www.stillhq.com The life, times, travel and software of Michael Still en Copyright (c) Michael Still 2000 - 2006 blosxom simplerss20 v20050208hh 180 http://blogs.law.harvard.edu/tech/rss Libmplot 0.6.1 /libmplot Tue, 27 May 2003 07:00:00 PST This <a href="/libmplot/source/libmplot_0_6_1.tgz">release</a> fixes a couple of minor problems with the library. <a href="http://www.stillhq.com/libmplot/000013.commentform.html">Comment</a> http://www.stillhq.com/libmplot/000013.html http://www.stillhq.com/libmplot/000013.html Libmplot 0.6 /libmplot Thu, 15 May 2003 07:00:00 PST I have been using libmplot extensively for a PDF project I have been working on, and have therefore found and resolved several important bugs in the line stroking implementation. You can <a href="/libmplot/source/libmplot_0_6.tgz">download the latest version</a> if you would like. <a href="http://www.stillhq.com/libmplot/000012.commentform.html">Comment</a> http://www.stillhq.com/libmplot/000012.html http://www.stillhq.com/libmplot/000012.html Libmplot 0.5.4 /libmplot Mon, 11 Nov 2002 04:00:00 PST <a href="/libmplot/source/libmplot_0_5_4.tgz">This version</a> adds the required function prototype in the header for you to be able to use the height functionality... <a href="http://www.stillhq.com/libmplot/000011.commentform.html">Comment</a> http://www.stillhq.com/libmplot/000011.html http://www.stillhq.com/libmplot/000011.html Libmplot 0.5.3 /libmplot Sun, 10 Nov 2002 04:00:00 PST <a href="/libmplot/source/libmplot_0_5_3.tgz">This version</a> adds a function which will return the vertical space taken by a painted string. <a href="http://www.stillhq.com/libmplot/000010.commentform.html">Comment</a> http://www.stillhq.com/libmplot/000010.html http://www.stillhq.com/libmplot/000010.html Libmplot 0.5.2 /libmplot Sun, 10 Nov 2002 04:00:00 PST There was a small bug in the text rotation implementation. This has now been fixed... You can download a new version of the code from <a href="/libmplot/source/libmplot_0_5_2.tgz">here</a>. <a href="http://www.stillhq.com/libmplot/000009.commentform.html">Comment</a> http://www.stillhq.com/libmplot/000009.html http://www.stillhq.com/libmplot/000009.html Libmplot 0.5.1 /libmplot Sun, 20 Oct 2002 07:00:00 PST There was a silly typo in one of the example programs. This has now been fixed... You can download a new version of the code from <a href="/libmplot/source/libmplot_0_5_1.tgz">here</a>. <a href="http://www.stillhq.com/libmplot/000008.commentform.html">Comment</a> http://www.stillhq.com/libmplot/000008.html http://www.stillhq.com/libmplot/000008.html Libmplot 0.5 /libmplot Wed, 16 Oct 2002 07:00:00 PST Libmplot 0.5 is now available -- it features the following cool new things: Bezier curves, filled polygons, line widths, line dashing, and the name change. There is also more documentation. Get it from <a href="/libmplot/source/libmplot_0_5.tgz">here</a>. <a href="http://www.stillhq.com/libmplot/000007.commentform.html">Comment</a> http://www.stillhq.com/libmplot/000007.html http://www.stillhq.com/libmplot/000007.html New features under development /libmplot Tue, 15 Oct 2002 07:00:00 PST The libmplot 0.5 release is getting closer. So far, it will contain: Bezier curves, line widths, drawing outside of the raster bounds will no longer cause crashes, filled polygons, and the name change. <BR><BR> Filled polygons are today's work, and I think they are pretty neat: <BR><BR> <div align="center"> <img src="/diary/pictures/eor-2.png"> </div> <a href="http://www.stillhq.com/libmplot/000006.commentform.html">Comment</a> http://www.stillhq.com/libmplot/000006.html http://www.stillhq.com/libmplot/000006.html Libplot 0.4 /libmplot Sat, 12 Oct 2002 07:00:00 PST This release includes a small bugfix, and support for rotated text. <a href="/libplot/source/libplot_0_4.tgz">Get it from here</a>. <a href="http://www.stillhq.com/libmplot/000005.commentform.html">Comment</a> http://www.stillhq.com/libmplot/000005.html http://www.stillhq.com/libmplot/000005.html Libplot 0.3 /libmplot Mon, 07 Oct 2002 07:00:00 PST <a href="/libplot/source/libplot_0_3.tgz">Libplot 0.3</a> is available. The cool new feature is text support, which means that you can now insert text onto the bitmap. <HR> There are also online man pages: <LI><a href="/libplot/man/0_3/plot_addlinesegment.html">plot_addlinesegment</a> <LI><a href="/libplot/man/0_3/plot_closeline.html">plot_closeline</a> <LI><a href="/libplot/man/0_3/plot_endline.html">plot_endline</a> <LI><a href="/libplot/man/0_3/plot_getraster.html">plot_getraster</a> <LI><a href="/libplot/man/0_3/plot_newplot.html">plot_newplot</a> <LI><a href="/libplot/man/0_3/plot_rectangle.html">plot_rectangle</a> <LI><a href="/libplot/man/0_3/plot_setfillcolor.html">plot_setfillcolor</a> <LI><a href="/libplot/man/0_3/plot_setfontcolor.html">plot_setfontcolor</a> <LI><a href="/libplot/man/0_3/plot_setfont.html">plot_setfont</a> <LI><a href="/libplot/man/0_3/plot_setlinecolor.html">plot_setlinecolor</a> <LI><a href="/libplot/man/0_3/plot_setlinestart.html">plot_setlinestart</a> <LI><a href="/libplot/man/0_3/plot_settextlocation.html">plot_settextlocation</a> <LI><a href="/libplot/man/0_3/plot_stringwidth.html">plot_stringwidth</a> <LI><a href="/libplot/man/0_3/plot_strokeline.html">plot_strokeline</a> <LI><a href="/libplot/man/0_3/plot_writestring.html">plot_writestring</a> <a href="http://www.stillhq.com/libmplot/000004.commentform.html">Comment</a> http://www.stillhq.com/libmplot/000004.html http://www.stillhq.com/libmplot/000004.html An example of libplot output /libmplot Tue, 13 Aug 2002 07:00:00 PST The CEP project I am working on at <a href="http://www.canberra.edu.au">University of Canberra</a> uses libplot. The graphs for the application are drawn using libplot: <BR><BR> <a href="/diary/pictures/cep-snapshot1.jpg"><img src="/diary/pictures/cep-snapshot2.jpg"></a>. <a href="http://www.stillhq.com/libmplot/000003.commentform.html">Comment</a> http://www.stillhq.com/libmplot/000003.html http://www.stillhq.com/libmplot/000003.html Libplot 0.2 /libmplot Mon, 12 Aug 2002 07:00:00 PST Is <a href="/libplot/source/libplot_0_2.tgz">available</a>. There were some silly debugging printfs which I needed to remove... <a href="http://www.stillhq.com/libmplot/000002.commentform.html">Comment</a> http://www.stillhq.com/libmplot/000002.html http://www.stillhq.com/libmplot/000002.html Libplot 0.1 /libmplot Sun, 28 Jul 2002 07:00:00 PST Is <a href="/libplot/source/libplot_0_1.tgz">available</a>. Note that not all features are implemented at the moment. <a href="http://www.stillhq.com/libmplot/000001.commentform.html">Comment</a> http://www.stillhq.com/libmplot/000001.html http://www.stillhq.com/libmplot/000001.html