0

Typing in the command plot 100 returns the following error error: plot: no data to plot error: called from: error: /usr/local/octave/3.8.0/share/octave/3.8.0/m/plot/draw/private/__plt__.m at line 126, column 11 error: /usr/local/octave/3.8.0/share/octave/3.8.0/m/plot/draw/plot.m at line 220, column 10

I have modified my octave by putting in the following environment variable within octaverc. setenv("GNUTERM","x11"). The graph does actually come up when the plot command is called, but there is no data displayed.

1 Answer 1

3

This error is expected, since plot 100 is not a valid use of plot.

You can also try demo plot to get examples.

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

1 Comment

This. Your test invocation should be plot (100).

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.