Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2962 > unrolled thread
| Started by | HALSA <sara.hallouda@googlemail.com> |
|---|---|
| First post | 2015-06-30 02:40 -0700 |
| Last post | 2015-07-01 03:18 -0700 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.graphics.apps.gnuplot
2-dimensional data frequency plot HALSA <sara.hallouda@googlemail.com> - 2015-06-30 02:40 -0700
Re: 2-dimensional data frequency plot Karl Ratzsch <mail.kfr@gmx.net> - 2015-06-30 13:22 +0200
Re: 2-dimensional data frequency plot HALSA <sara.hallouda@googlemail.com> - 2015-07-01 03:18 -0700
| From | HALSA <sara.hallouda@googlemail.com> |
|---|---|
| Date | 2015-06-30 02:40 -0700 |
| Subject | 2-dimensional data frequency plot |
| Message-ID | <e1459897-bf1c-45eb-82b4-b0d03fc0aff2@googlegroups.com> |
hello community, i am using gnuplot 5.0 and trying to create a so called frequency or density plot of a 2dimensional data set. I basically have x and y data values and want to define bins for x and y intervals to Count data which fall in a certain x-y area and Display the Count with Color mapping. i managed to find a lot of help for the binning of one data set and Displaying the frequency with a Histogramm but nothing on the 2D Problem. i would really appreciate any tipps or help on this issue, i realise gnuplot doesn't have a direct function for this Task but maybe you can give me hints how i can work around it using other Options available. thanks
[toc] | [next] | [standalone]
| From | Karl Ratzsch <mail.kfr@gmx.net> |
|---|---|
| Date | 2015-06-30 13:22 +0200 |
| Message-ID | <mmtu6e$91b$1@solani.org> |
| In reply to | #2962 |
Am 30.06.2015 um 11:40 schrieb HALSA: > hello community, i am using gnuplot 5.0 and trying to create a so > called frequency or density plot of a 2dimensional data set. I > basically have x and y data values and want to define bins for x and > y intervals to Count data which fall in a certain x-y area and > Display the Count with Color mapping. i managed to find a lot of help > for the binning of one data set and Displaying the frequency with a > Histogramm but nothing on the 2D Problem. I think you want to check "set dgrid3d" with a "box" kernel. That's basically the 2D version of "smooth frequency". There are a number of other kernels available, see "help dgrid3d".
[toc] | [prev] | [next] | [standalone]
| From | HALSA <sara.hallouda@googlemail.com> |
|---|---|
| Date | 2015-07-01 03:18 -0700 |
| Message-ID | <871401f7-05d6-4b64-86a7-06d41b23b954@googlegroups.com> |
| In reply to | #2963 |
Thank you very much Karl for your quick reply, I think i can make use of that! Cheers! On Tuesday, June 30, 2015 at 1:22:55 PM UTC+2, Karl Ratzsch wrote: > Am 30.06.2015 um 11:40 schrieb HALSA: > > hello community, i am using gnuplot 5.0 and trying to create a so > > called frequency or density plot of a 2dimensional data set. I > > basically have x and y data values and want to define bins for x and > > y intervals to Count data which fall in a certain x-y area and > > Display the Count with Color mapping. i managed to find a lot of help > > for the binning of one data set and Displaying the frequency with a > > Histogramm but nothing on the 2D Problem. > > I think you want to check "set dgrid3d" with a "box" kernel. That's > basically the 2D version of "smooth frequency". > > There are a number of other kernels available, see "help dgrid3d".
[toc] | [prev] | [standalone]
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web