From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <1d5d51400902240703p1561be41qfbcd46e4491ebfda@mail.gmail.com> Date: Wed, 25 Feb 2009 06:49:41 +0800 Message-ID: <1d5d51400902241449v5a2c0620hd8f1eaa9de501ec6@mail.gmail.com> From: Fernan Bolando To: 9fans@9fans.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] plot cmd dotted dashed lines not implemented?? Topicbox-Message-UUID: a8188e7e-ead4-11e9-9d60-3106f5b1d025 On Tue, Feb 24, 2009 at 11:13 PM, erik quanstrom wr= ote: >> I browsed the source for plot and libplot, I cant grep any reference >> to dotted or dashed >> except in the man files. Is it not implemented or am I using the >> commands incorrectly? > > =A0 =A0 =A0 =A0 =A0pe string Use string as the style for drawing lines. = =A0The > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0available pen styles are: solid, d= ott[ed], short, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0long, dotd[ashed], cdash, ddash > > - erik > Sorry Erik I dont particuarly understand your reply I am guessing that it's referring to pe working for lines only. but doing this will also produce a solid line instead of what I thought it should produce a dashed line o ra -10 -10 10 10 e co green pe cdash li 0 0 10 10 cl the pe command seems to call pen.c in libplot % #include "mplot.h" void pen(char *s){ /* BUG: NO OP */ USED(s); /* was this error: color(s); */ } not sure where USED(s); is implemented. regards fernan --=20 http://www.fernski.com