Skip to main content
1-Visitor
August 11, 2010
Question

2D plotting a single value...?

  • August 11, 2010
  • 1 reply
  • 5711 views

Hello everybody,

I have a very simple question: is it possible to add a point in a 2D plot as a single value representation, along with other function graphs? I mean, for example, I have a force diagram of a traction spring (a line) and I want to add a point of this diagram which will show the current parameters of the spring (force vs. dx). If I just add the current value of the force to the "y" axis of the diagram, I will get a horizontal line for that value... It has to be a simple way to represent just the point... but how?

Thanks in advance for your answers!

Conrad

1 reply

1-Visitor
August 11, 2010

You can add markers on the x and y axis of graphs. you can also plot points. Have a look at the attached image.

Post a worksheet of the example.

Mike

Donnis0071-VisitorAuthor
1-Visitor
August 11, 2010

I know I can use markers and that I can change the symbols for a graph, what I want is to have a graphical representation of a [a, f(a)] point, What I'm getting now is a diagram of f(a) over the whole x range (so a horizontal line, cause I have a single value for f(a)), meaning something like [x, f(a)]...

Basically, I want to get 2 single points instead of the 2 blue horizontal lines (please see attached picture).

1-Visitor
August 11, 2010

Something like the attached?

Mike