On Sep 15, 2009, at 5:20 AM, Graham Cox wrote:


On 15/09/2009, at 10:07 PM, Mark Bateman wrote:

if I have a value of x= 10,000 y = 211.2 and an envelope of 9500, 200: 13000, 211: 14000,214: 9500,214 can i use NS range to check if the original coordinates are inside the bounds of that rectangle...

if not any ideas how i might do that...



NSPointInRect(...) or CGRectContainsPoint(...)


The way I usually do graph plotting is to normalise (usually the dependent variables) to the height of the plot rectangle. Presumably you don't want plot points to disappear simply
because they're larger than the size of the rectangle . . .

    Cheers,
        . . . . . . . . .    Henry


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to