Message Boards Message Boards

0
|
7108 Views
|
3 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Why didn't " ListLogPlot+Text " work?

Posted 10 years ago

Dear,

I am testing ListLogPlot. The following set of commands tries to create a LogPlot and to put a label at the side of the point {3.5,80.21}. Unfortunatelly the set didn't work. Could you help me?

a = ListLogPlot[{{2, 4}, {3, 27}, {4, 256}}];
b = ListLogPlot[{{3.5, 80.21}}, PlotStyle -> {Red}];
c = Graphics[Text["(3.5,80.21)", {3.6, 80.23}]];
Show[a, b, c]

Thanks, Antonio Squadri

POSTED BY: Antonio Squadri
3 Replies
Posted 10 years ago

Thank you very much

POSTED BY: Antonio Squadri

Remember that you are plotting the log of your data. Try something like

c = Graphics[Text["(3.5,80.21)", {3.6, Log[80.23]}]];
POSTED BY: Gerard Kopcsay
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract