You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I utilized matplot++ to plot a single line plot. The plot is successfully finished, sort of. But there are just some warning messages in gnuplot that disturbs me. Whose problem could it be? And should I be concerned?
gnuplot> se
^
line 0: unrecognized option - see 'help set'.
gnuplot> t terminal wxt title "Figure 1" size 560,420 enhanced font "Sans,10"
^
line 0: invalid command
gnuplot> se
^
line 0: unrecognized option - see 'help set'.
gnuplot> t terminal wxt title "Figure 1" size 560,420 enhanced font "Sans,10"
^
line 0: invalid command
gnuplot> se
^
line 101: unrecognized option - see 'help set'.
gnuplot> t terminal wxt title "Figure 1" size 560,420 enhanced font "Sans,10"
^
line 101: invalid command
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I utilized matplot++ to plot a single line plot. The plot is successfully finished, sort of. But there are just some warning messages in gnuplot that disturbs me. Whose problem could it be? And should I be concerned?
relevant code
CMake
Warning messages
Beta Was this translation helpful? Give feedback.
All reactions