本文介绍了需要一些关于x y情节的建议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿那里,

我已经尝试了python的每个图形包我可以在我的系统上工作

。 gnuplot,pychart,biggles,gdchart等。(无法获得

matplot上班)

到目前为止,他们都工作正常。我需要为当天在不同时间从传感器传来的一些

数据制作一个x y图表。我需要它来显示y中的值和x中的时间。没问题

到目前为止。但是,我无法实现的是按时间缩放x(

图的时间)。换句话说,我得到一个图表,其中沿着x轴均匀分布了

倍,以及它们各自的值。

i需要图表显示有间隙的间隙在数据中。我需要

它能够按时间缩放。如果我有几个值进入

a几分钟,我需要将它们显示在一起,相比之下

可能会出现另一个值,例如,一小时后。这是否会让你感觉很好?

你们其中一个人知道一个图表应用会做到这一点吗?或者是否有一些其他方式可以做到这一点吗?


寻找建议,

sk

Hey there,
i have tried about every graphing package for python i can get to work
on my system. gnuplot, pychart, biggles, gdchart, etc.. (cant get
matplot to work)
so far, they all are working ok. I need to make an x y chart for some
data that comes in from sensors at different times durring the day. i
need it to show the value in the y and the time in the x . no problem
so far. But what i cannot get to happen is to scale x (time of the
plot) with respect to time. in other words, i get a chart with the
times evenly spaced out along the x axis, with their respective values.
i need the chart to show gaps when there are gaps in the data. i need
it to be able to scale by time. if i have 3 values that come in within
a few minutes, i need them to be displayed close together, as compared
to another value that may come in, say, an hour later. Does this make
sence ?
one of you guys know a charting app that will do this ? or is there
some other way i could do it?

looking for suggestions,
sk

推荐答案




Gnuplot做得很好。只需给它两列数据,

首先是x值(时间),第二列是y值。


所有其他绘图包裹也处理这个。


-

格兰特爱德华兹格兰特哇!我希望我买了正确的



visi.com津津乐道... zzzzzzzzz ...



Gnuplot does that just fine. Just give it two columns of data, the
first being the x value (time) and the second being the y value.

All of the other plotting packages handle this as well.

--
Grant Edwards grante Yow! I hope I
at bought the right
visi.com relish... zzzzzzzzz...





这篇关于需要一些关于x y情节的建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 23:20
查看更多