Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

General graphics question

0 views
Skip to first unread message

Nicholas Gravagne

unread,
Oct 31, 2007, 12:48:51 PM10/31/07
to
Hello All,

RE VB5

I would like to graphically plot a series of numbers (exponential - log) in
an x-y coordinate system. This subject is briefly covered in my reference
books, but I am having little success. Does anyone know of a good reference
book, web site, or add-in component that might help me?

Thanks

Nick


Auric__

unread,
Oct 31, 2007, 1:16:35 PM10/31/07
to

sub form_click()
for x=0 to me.width
y=log(x)
me.pset(x,me.height-y),vbblack
next
end sub

--
auric dot auric at gmail dot com
email sent to the above address is not treated as private
*****
Castle Grayskull isn't just some green pile of bricks shaped like a
demon, and it's not just where the Sorceress takes showers.

--
Posted via a free Usenet account from http://www.teranews.com

0 new messages