-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plotting timeseries data #41
Comments
there is a ds.using = is that what you're referring to? I think maybe you found the answer to your own question :) |
Yes, using |
Hmm...I don't understand the internal workings enough of gnuplot to On Thu, Nov 26, 2015 at 2:50 AM, wvengen [email protected] wrote:
|
Now, 5 years later, that same code only results in this for me:
Could that be due to the newer Gnuplot (5.2)? |
According to the initial conversation it just want supported yet?
On Saturday, October 31, 2020, J. R. Schmid ***@***.***> wrote:
Now, 5 years later, that same code only results in this for me:
Warning: empty x range [2020:2020], adjusting to [1999.8:2040.2]
Warning: empty y range [0:0], adjusting to [-1:1]
Could that be due to the newer Gnuplot (5.2)?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.<
|
No, gnuplot supports timeseries data just fine. And as I understand the initial description of this Issue here, it also used to work with ruby_gnuplot, if only you didn't forget an appropriate |
Yeah it should still work with using.
Just no native option yet.
On Saturday, October 31, 2020, J. R. Schmid ***@***.***> wrote:
No, gnuplot supports timeseries data just fine. And as I understand the
initial description of this Issue here, it also used to work with
ruby_gnuplot, if only you didn't forget an appropriate ds.using. That
doesn't seem to be the case anymore though.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.<
|
How can timeseries data best be plotted using this gem?
When using
the errors I get are:
Workaround: add
ds.using = '1:2'
to the dataset.Would it be better if this gem includes a default
using
for each dataset?See also http://stackoverflow.com/a/18121824/2866660
The text was updated successfully, but these errors were encountered: