Group Abstract Group Abstract

Message Boards Message Boards

0
|
7K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Drawing figures using "Drawing Tools"

Posted 10 years ago
Attachments:
POSTED BY: abhishek sharma
2 Replies

Thanks sir. I got your point and successfully implemented this.

POSTED BY: abhishek sharma

"Drawing Tools" doesn't have anything for drawing arcs.

You can however programmatically draw arcs:

Graphics[Circle[{0, 0}, 1, {Pi/6, 3 Pi/4}]]

This would require finding the end points and doing some calculations depending on how you want the arcs to look.

For more complicated graphics editing, I often export to a vector graphics format and use a program like inkscape or another vector graphics editor.

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