Ask Your Question
-2

The house!!!

asked 2012-12-16 15:35:13 +0200

Milan gravatar image

updated 2015-01-13 21:46:31 +0200

FrédéricC gravatar image

Please,this is an emergency,can anyone help me with this: I have to draw a house in Gnuplot ,dont ask for reason :D This is the house:

http://telekomunikacije.etf.rs/predme...

Just write down the code :)

Thank you :)

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2012-12-17 16:21:39 +0200

Here's part of it. You can figure out the rest.

sage: bottom = line([[-0.9, 1], [-0.9, -1], [0.9, -1], [0.9, 1]], color='black')
sage: bottom   # will open up a window showing the picture
sage: top = ...
sage: bottom + top
edit flag offensive delete link more

Comments

2

(This is in Sage, not gnuplot. If you want help in gnuplot, this is not the place to ask.)

John Palmieri gravatar imageJohn Palmieri ( 2012-12-17 16:22:02 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2012-12-16 15:35:13 +0200

Seen: 218 times

Last updated: Dec 17 '12