Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 526424 Details for
Bug 652310
sci-visualization/gnuplot-5.2.2 hangs upon saving when run with --persist
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Sample gnuplot command file
example2.gp (text/plain), 875 bytes, created by
Vince C.
on 2018-04-03 09:01:01 UTC
(
hide
)
Description:
Sample gnuplot command file
Filename:
MIME Type:
Creator:
Vince C.
Created:
2018-04-03 09:01:01 UTC
Size:
875 bytes
patch
obsolete
># This plots a long-running dataset, i.e. from 1:20 A.M. to 10 A.M. ># The time offset, which is added while plotting. ># ># Run: gnuplot --persist -c example2.gp > ># Time offset in seconds since 1:20 A.M.: >t_offset=3600 + 1200 > ># Use a common function for the time axis with both plots >rt(x) = x + t_offset > ># Show percentage from values >pc(x, c) = 100 * x / c > >#set term wxt 0 title 'RPi : Temperature & Light' >set datafile separator "," >set xdata time >set timefmt "%s" >set xlabel "Time (hh:mm)" > >set yrange [0:24] >set ytics nomirror >set ylabel "Temp (°C)" > >set y2range [0:110] >set y2tics nomirror >set format y2 '%2.0f%%' >set y2label "Light" > >set key right bottom > ># Show light as a percentage of the maximum sensed value >plot 'ttyACM0-870.csv' using (rt($1)):2 with lines title "Temp", \ > 'ttyACM0-870.csv' using (rt($1)):(pc($3, 1.1)) with lines axes x1y2 title "Light"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 652310
: 526424 |
526426
|
530774
|
531026