0

I have a plot for data from one file, and in another file there is the average value. Is it possible to print out a textbox of the content of that second file to my plot as a string?

2
  • Can you post the content and structure of the file with the average value? Commented Nov 10, 2015 at 0:25
  • The whole file contains two lines: Average value: 303.287 Commented Nov 10, 2015 at 8:21

1 Answer 1

3
set label 1 at graph 0.1, graph 0.9 system("cat secondfile")

Here the x position of the textbox would be 0.1 graph width and the y position would be 0.9 graph height, so the textbox will be in the upper left corner inside the graph.

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you! Unfortunately I have low reputation, so can't mark your answer as helpful.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.