-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
What steps will reproduce the problem?
1. Plot some data
2. Right click on plot to create zoom box
What is the expected output? What do you see instead?
From a gnuplot script with the x11 window, right clicking should create a box
which zooms in on the plot. Instead the gnuplot interpreter errors.
Example:
Just plotting sin(x) gives me
plot sin(x) title "f(x) = sin(x)" with linesr[0.0124240021147:0.536875495638];
set x2r[-7.05945:-1.74612]; set y2r[ 0.0124164: 0.536545]
"linesr[...]" is not a valid plotting command, so the program does not zoom and
breaks.
What version of the product are you using? On what operating system?
v1.0 on linux x86_46
Original issue reported on code.google.com by s.r.walk...@gmail.com on 11 Aug 2010 at 2:00
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels