caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Oleg Trott <oleg_trott@columbia.edu>
To: "Valery A.Khamenya" <khamenya@mail.ru>, caml-list@inria.fr
Subject: Re: [Caml-list] graphics in interactive mode
Date: Sun, 7 Sep 2003 09:26:11 -0400	[thread overview]
Message-ID: <200309070926.12528.oleg_trott@columbia.edu> (raw)
In-Reply-To: <34515482.20030907143754@mail.ru>

On Sunday 07 September 2003 08:37 am, Valery A.Khamenya wrote:
> Hello All,
>
>   Q1. is graphics available in interactive mode?
>
> if "yes" then
>
>   Q2. how to use graphics in interactive mode?


        Objective Caml version 3.06

# #load "graphics.cma";;
# open Graphics;;
# open_graph " 500x500";;
- : unit = ()
# lineto 300 300;;
- : unit = ()
# close_graph ();;
- : unit = ()

YMMV
-- 
Oleg Trott <oleg_trott@columbia.edu>

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  reply	other threads:[~2003-09-07 13:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-07 12:37 Valery A.Khamenya
2003-09-07 13:26 ` Oleg Trott [this message]
2003-09-08  6:35   ` Re[2]: " "Valery A.Khamenya" 
2003-09-07 13:44 ` David MENTRE

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=200309070926.12528.oleg_trott@columbia.edu \
    --to=oleg_trott@columbia.edu \
    --cc=caml-list@inria.fr \
    --cc=khamenya@mail.ru \
    /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).