Hello list, I need some help in finding the object which can plot 2-D and 3-D curves. for example if i have two vectors and I need to plot frequecy versus angle curve/ plots the data after the simulation are complete. Kindly suggest which library supports these functions
regards, tania
I don't know exactly what you are looking for... but the curve object from GEM might be what you want. marius.
tania habib wrote:
Hello list, I need some help in finding the object which can plot 2-D and 3-D curves. for example if i have two vectors and I need to plot frequecy versus angle curve/ plots the data after the simulation are complete. Kindly suggest which library supports these functions
regards, tania
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hallo Tania!
I need some help in finding the object which can plot 2-D and 3-D curves. for example if i have two vectors and I need to plot frequecy versus angle curve/ plots the data after the simulation are complete.
I usually do this with the simple array objects (you can give them names, write the scales to the axes etc.) - or for more complex plot datastructure - then you can make a screenshot of those. You can see some examples in the patches for the adaptive library.
Of course it's probably fancier to use an additional program like gnuplot ...
LG Georg
Hallo, Georg Holzmann hat gesagt: // Georg Holzmann wrote:
or for more complex plot datastructure - then you can make a screenshot of those.
No need for screenshots: You can also just print them to a ps-file by sending a "print FILE.ps" to a receiver called "pd-NAME-OF-SUBPATCH". This gives much better results and can be converted to pdf as well, as it keeps the vector information. An example is in attached pdf, that was created from data structures to ps to pdf.
Frank Barknecht _ ______footils.org_ __goto10.org__
If you just need to plot basic 2D stuff, you can do it with the
arrays. Here's an example:
 .hc
On Jun 8, 2007, at 5:53 PM, tania habib wrote:
Hello list, I need some help in finding the object which can plot 2-D and 3-D
curves. for example if i have two vectors and I need to plot frequecy
versus angle curve/ plots the data after the simulation are complete. Kindly suggest which library supports these functionsregards, tania _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
http://at.or.at/hans/
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote:
If you just need to plot basic 2D stuff, you can do it with the
arrays. Here's an example:
A small suggestion: I wouldn't use "purepd/float_argument" in that patch. It's an added dependency that makes the whole abstraction unusable for people who don't have purepd installed, and here it's not even doing anything that [f $1] couldn't do just as well. Attached is a version without any dependencies in both files.
Frank Barknecht _ ______footils.org_ __goto10.org__