This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's TI-BASIC subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. TI-Basic => TI-BASIC
United-TI Archives -> TI-Basic
 
    » Goto page Previous  1, 2
» View previous topic :: View next topic  
Author Message
Newbie


Bandwidth Hog


Joined: 23 Jan 2004
Posts: 2247

Posted: 19 Feb 2004 05:04:46 pm    Post subject:

You would. Thats a typo.
Back to top
omni


Member


Joined: 14 Jun 2003
Posts: 115

Posted: 19 Feb 2004 05:13:02 pm    Post subject:

For(X,1,100
Line(-5.7,0,-5.7+.1X,0
End

Try that
Back to top
Newbie


Bandwidth Hog


Joined: 23 Jan 2004
Posts: 2247

Posted: 19 Feb 2004 05:20:05 pm    Post subject:

I need a line that goes from -5.7 to 5.7 which would leave 19 pixels on each side.
Back to top
jtchange


Newbie


Joined: 20 Dec 2003
Posts: 27

Posted: 19 Feb 2004 05:24:34 pm    Post subject:

Newbie wrote:
I need a line that goes from -5.7 to 5.7 which would leave 19 pixels on each side.

it would be a good idea to tell us what ur Xmin and Xmax are and ur Ymin and Ymax are. It would help us greatly so we can help you.


Last edited by Guest on 19 Feb 2004 05:24:53 pm; edited 1 time in total
Back to top
Newbie


Bandwidth Hog


Joined: 23 Jan 2004
Posts: 2247

Posted: 19 Feb 2004 05:25:42 pm    Post subject:

What it originally started out with

-10
10
-10
10

In that order in the window.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 19 Feb 2004 05:51:30 pm    Post subject:

I suggest you do ZInteger.
Back to top
Newbie


Bandwidth Hog


Joined: 23 Jan 2004
Posts: 2247

Posted: 19 Feb 2004 06:01:31 pm    Post subject:

What would that do?
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 19 Feb 2004 06:03:45 pm    Post subject:

Try it and see.
Back to top
Newbie


Bandwidth Hog


Joined: 23 Jan 2004
Posts: 2247

Posted: 19 Feb 2004 06:05:40 pm    Post subject:

It cleared the graph, so how is that going to coinside with anything?
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 19 Feb 2004 06:15:47 pm    Post subject:

It zooms. And makes each pixel an integral point value.
Back to top
jtchange


Newbie


Joined: 20 Dec 2003
Posts: 27

Posted: 19 Feb 2004 06:59:56 pm    Post subject:

how slow do you want it? because i just made one, it's KINDA quick.. but it should do


Code:
ClrDraw
-10->Xmin
10->Xmax
-10->Ymin
10->Ymax
0->theta
For(I,1,114   ;this has a weird number because of ur perfect pixel want
Line(-5.7,0,-5.7+theta,0
End


to slow it down, add another For( loop in there before the first End
Back to top
Newbie


Bandwidth Hog


Joined: 23 Jan 2004
Posts: 2247

Posted: 20 Feb 2004 10:21:44 pm    Post subject:

Thats a long code for drwaing a dot. (JK) It just needs to be touched up. Thanks for your effort. Smile
Back to top
jtchange


Newbie


Joined: 20 Dec 2003
Posts: 27

Posted: 21 Feb 2004 04:06:01 pm    Post subject:

glad to help...i could make it better, but i don't feel like it Razz
Back to top
Newbie


Bandwidth Hog


Joined: 23 Jan 2004
Posts: 2247

Posted: 21 Feb 2004 04:55:25 pm    Post subject:

You give up.
Back to top
jtchange


Newbie


Joined: 20 Dec 2003
Posts: 27

Posted: 22 Feb 2004 01:32:36 pm    Post subject:

no, i don't give up. I just have better things to do. try learning how to do some of this stuff on your own....that's how i learned basic. experiment, experiment, experiment. that's what u should do...
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page Previous  1, 2
» View previous topic :: View next topic  
Page 2 of 2 » All times are UTC - 5 Hours

 

Advertisement