 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
johnson Guest
|
Posted: Fri Oct 10, 2003 4:13 pm Post subject: plotting 2d and 3d data component |
|
|
Hi,
Is there any free component that will enable me to plot data in two
dimension and three dimension plot.
thank you
Johnson Abraham
|
|
| Back to top |
|
 |
Eduardo Guest
|
Posted: Fri Oct 10, 2003 5:40 pm Post subject: Re: plotting 2d and 3d data component |
|
|
Hi,
why donīt you try TChart provided with CB?
Regards
"johnson" <ajar_johnson (AT) yahoo (DOT) co.uk> wrote
| Quote: | Hi,
Is there any free component that will enable me to plot data in two
dimension and three dimension plot.
thank you
Johnson Abraham
|
|
|
| Back to top |
|
 |
Bruce Larrabee Guest
|
Posted: Sat Oct 18, 2003 2:26 pm Post subject: Re: plotting 2d and 3d data component |
|
|
Hi,
Here's some info that might be useful I work for a mapping
(photogrammetrics) company. We do lots of plotting. I'm developing
specialized CAD software. When I want to plot from a drawing window
here's what I do... (This assumes that a bitmap plot will do the job,
if you need EPS well that is more involved.) Anyway I will create
for example a pointer to a Canvas object in a global data structure.
Something like say, main_data->current_canvas. Normally this points
to the Canvas of a window where CAD data is currently being draw.
All the relevant draw routines draw to this pointer.
Ok, when I want to do a plot of the data, I just point
main_data->current_canvas to the Canvas of the device context of the
plotter I want to use. It works very well and is way simple...
Laters, Bruce
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|