Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.7K Views
|
4 Replies
|
1 Total Like
View groups...
Share
Share this post:

Place a point on a plot?

Posted 10 years ago
POSTED BY: Mark Greenberg
4 Replies

Another way is with Epilog:

Plot[(.25 x)^3 + (-.4 x)^2 - 2, {x, -10, 10}, AspectRatio -> 1, 
 ImageSize -> {{480}, {540}},
 Epilog -> {PointSize[Large], Point[{0, 0}]}]
POSTED BY: Gianluca Gorni
Posted 10 years ago

This also seems to be what I need. Thanks, Gianluca. As I go forward, I will try to gain an understanding of both Show[] and Epilog->.

POSTED BY: Mark Greenberg
Posted 10 years ago

That's just what I needed. Thanks! (I didn't even know the function Show[] existed.)

POSTED BY: Mark Greenberg

Use Point and then combine it with the plot using Show.

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