9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Pietro Gagliardi <pietro10@mac.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] plot cmd dotted dashed lines not implemented??
Date: Tue, 24 Feb 2009 19:12:56 -0500	[thread overview]
Message-ID: <A79084E6-E4B2-4220-BDA5-154B8C0F61EC@mac.com> (raw)
In-Reply-To: <90d9a3ce92632dcebb2a0d3e09be5ed7@quanstro.net>

Styles aren't in the libplot that plot uses as an engine. I can add
them in the next few days if you want.

On Feb 24, 2009, at 5:59 PM, erik quanstrom wrote:

>> Sorry Erik I dont particuarly understand your reply
>> I am guessing that it's referring to pe working for  lines only.
>
> it only claims to work for lines.  evidently it does not
> work at all.
>
>> #include "mplot.h"
>> void pen(char *s){
>> 	/* BUG: NO OP */
>> 	USED(s);
>> 	/* was this error:	color(s); */
>> }
>>
>> not sure where USED(s); is implemented.
>
> USED is implemented by the c compiler. the syntax
> is USED(var, ...).  it doesn't do anything but supress
> unused variable warnings.
>
> a more natural implementation with kenc would be
>
> void
> pen(char*)
> {
> 	/* bug: noop */
> }
>
> - erik
>




  reply	other threads:[~2009-02-25  0:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-24 15:03 Fernan Bolando
2009-02-24 15:13 ` erik quanstrom
     [not found] ` <e54e70b5c2ec8214184049387cda27b7@quanstro.net>
2009-02-24 22:49   ` Fernan Bolando
2009-02-24 22:59     ` erik quanstrom
2009-02-25  0:12       ` Pietro Gagliardi [this message]
2009-02-25  1:30         ` Fernan Bolando
2009-02-25  2:42       ` Charles Forsyth
2009-02-25  2:28         ` erik quanstrom
2009-02-24 23:02     ` Pietro Gagliardi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A79084E6-E4B2-4220-BDA5-154B8C0F61EC@mac.com \
    --to=pietro10@mac.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).