Typica is a free program for professional coffee roasters. https://typica.us
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

roast.mp 544B

12345678910111213141516171819202122
  1. \verbatimtex
  2. \documentclass{article}
  3. \begin{document}
  4. etex
  5. beginfig(-1)
  6. drawarrow (0,0)--(250,0);
  7. drawarrow (0,0)--(0, 125);
  8. %What I really want here is text rotated 90 degrees, but for some reason this causes the entire
  9. %image to be rotated as well here.
  10. label.lft( btex {\tt temperature} etex rotated 89, (0, 70) );
  11. label.top( btex {\tt time} etex, (125, 0) );
  12. draw
  13. (0,275/4)..(30/4,195/4)..(60/4,159/4)..(90/4,155/4)..(120/4,165/4)..(180/4,195/4)..(360/4,280/4)..(420/4,300/4)..(720/4,380/4)..(900/4,440/4) withcolor red;
  14. endfig;
  15. end;