Group Abstract Group Abstract

Message Boards Message Boards

1
|
6.4K Views
|
6 Replies
|
4 Total Likes
View groups...
Share
Share this post:

Picking off the coordinates from a point in Graphics?

Posted 10 years ago
6 Replies
POSTED BY: Murray Eisenberg

Lucky you - you at least get anything! In my case (10.4.1 for Linux x86 (64-bit) (April 11, 2016)) this nice feature stopped working completely after v10.1 (as far as I can tell).

POSTED BY: Henrik Schachner

I must admit, I rarely use it. But sometimes can be handy indeed. Maybe you can make something with a Manipulate and Locator?

POSTED BY: Sander Huisman

Why it is a bunch of string? no idea, seems to be an error. Why it returns a list of lists is quite logical. The reason is that you will always get a list of lists of numbers, so whatever you do after with it, you don't have to make constructs like this all the time:

If[Depth[list]==2, ......... , If[Depth[list]==3, ....] ]

It is the same for Solve: it will always give back a list of lists. Such that you don't have to check for the Depth all the time so that everything works coherently together...

POSTED BY: Sander Huisman

You might check out the little video clip under "get coordinates" in the Wolfram Language Search.

POSTED BY: S M Blinder
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard