* [Caml-list] graphics in interactive mode
@ 2003-09-07 12:37 Valery A.Khamenya
2003-09-07 13:26 ` Oleg Trott
2003-09-07 13:44 ` David MENTRE
0 siblings, 2 replies; 4+ messages in thread
From: Valery A.Khamenya @ 2003-09-07 12:37 UTC (permalink / raw)
To: caml-list
Hello All,
Q1. is graphics available in interactive mode?
if "yes" then
Q2. how to use graphics in interactive mode?
thank you.
--
Kind regards,
Valery mailto:khamenya@mail.ru
-------------------
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Caml-list] graphics in interactive mode
2003-09-07 12:37 [Caml-list] graphics in interactive mode Valery A.Khamenya
@ 2003-09-07 13:26 ` Oleg Trott
2003-09-08 6:35 ` Re[2]: " "Valery A.Khamenya"
2003-09-07 13:44 ` David MENTRE
1 sibling, 1 reply; 4+ messages in thread
From: Oleg Trott @ 2003-09-07 13:26 UTC (permalink / raw)
To: Valery A.Khamenya, caml-list
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Caml-list] graphics in interactive mode
2003-09-07 12:37 [Caml-list] graphics in interactive mode Valery A.Khamenya
2003-09-07 13:26 ` Oleg Trott
@ 2003-09-07 13:44 ` David MENTRE
1 sibling, 0 replies; 4+ messages in thread
From: David MENTRE @ 2003-09-07 13:44 UTC (permalink / raw)
To: Valery A.Khamenya; +Cc: caml-list
"Valery A.Khamenya" <khamenya@mail.ru> writes:
> Q1. is graphics available in interactive mode?
What do you mean by "graphics"? Make some draws on screen? If so, you
should RTFM: http://caml.inria.fr/FAQ/FAQ_DEBUTANT-eng.html#graphisme
I hope it helps,
Yours,
d.
--
David Mentré <dmentre@linux-france.org>
http://www.linux-france.org/~dmentre/david-mentre-public-key.asc
GnuPG key fingerprint: A7CD 7357 3EC4 1163 745B 7FD3 FB3E AD7C 2A18 BE9E
-------------------
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re[2]: [Caml-list] graphics in interactive mode
2003-09-07 13:26 ` Oleg Trott
@ 2003-09-08 6:35 ` "Valery A.Khamenya"
0 siblings, 0 replies; 4+ messages in thread
From: "Valery A.Khamenya" @ 2003-09-08 6:35 UTC (permalink / raw)
To: "Oleg Trott" ; +Cc: caml-list
From: Oleg Trott <oleg_trott@columbia.edu>
Date: Sun, 7 Sep 2003 09:26:11 -0400
> # #load "graphics.cma";;
> # open Graphics;;
> # open_graph " 500x500";;
> ...
Oh, that helps,
issue is closed, thank you.
--
Valery
-------------------
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-09-08 6:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-07 12:37 [Caml-list] graphics in interactive mode Valery A.Khamenya
2003-09-07 13:26 ` Oleg Trott
2003-09-08 6:35 ` Re[2]: " "Valery A.Khamenya"
2003-09-07 13:44 ` David MENTRE
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox