ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Fabrice Couvreur <fabrice1.couvreur@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Bug with macro tightfunction (Metafun)
Date: Mon, 16 Feb 2015 18:00:03 +0100	[thread overview]
Message-ID: <CACyK-eq4T==KwyNF4sXF_zJsf82FxkKaVHG1KJSpXit==yVGFg@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1227 bytes --]

 Hi,
This code generates an error while it was working fine a month ago.
Best regards,
Fabrice

\definecolor[mycolor][c=.4,m=0,y=0,k=0]

\starttext
\start
\switchtobodyfont[small]
\startMPcode
     input hvdm;
     input tex;
     l:=3mm; r:=0.6; alfa:=45; beta:=0; gamma:=0;
     defineDefaultArrow (l, r, alfa, beta, gamma);
     numeric xmin, xmax, ymin, ymax;
     xmin := 0; xmax := 110; ymax :=8000 ;ymin:=0; u := 0.1cm; v:= 0.002cm;
     color mycolor; mycolor:=(0.4,0,0);
     drawoptions(withpen pencircle scaled 0.3pt withcolor
\MPcolor{mycolor});
     draw hlingrid(ymin,ymax,1000,16cm,11cm);
     draw vlingrid(xmin,xmax,10,11cm,16cm);
     pickup pencircle scaled 1pt ;
     arrowline ((xmin,0) -- (xmax,0)) scaled u;
     arrowline ((0,ymin) -- (0,ymax)) scaled v;
     drawoptions(withpen pencircle scaled 1pt);
     draw tightfunction ("x", "x*x-84*x+5000", 0, 100, 0.01) xyscaled (u,v);
     for i=0 step 10 until 100:
         label.bot(TEX("$"&decimal(i)&"$"),(i*u,0));
     endfor;
     for i=0 step 1000 until 7000:
         label.lft(TEX("$"&decimal(i)&"$"),(0,i*v));
      endfor;
   label.top("Nombre de lots",(90u,50v));
   label.lrt(btex $f(x)$ (en euros) etex,(0,7800v));
\stopMPcode
\stop
\stoptext

[-- Attachment #1.2: Type: text/html, Size: 2090 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2015-02-16 17:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-16 17:00 Fabrice Couvreur [this message]
2015-02-16 20:26 ` Pablo Rodriguez
2015-02-16 21:18 ` Hans Hagen
2015-02-16 21:20 ` Hans Hagen

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='CACyK-eq4T==KwyNF4sXF_zJsf82FxkKaVHG1KJSpXit==yVGFg@mail.gmail.com' \
    --to=fabrice1.couvreur@gmail.com \
    --cc=ntg-context@ntg.nl \
    /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).