473,396 Members | 1,961 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

WPF component for 2D plots

Hi,

do you know any WPF component for 2D line plots?

I would like something to plot 2D data using lines, like Matlab 'plot'
command
(example of Matlab plot:
http://web.cecs.pdx.edu/~gerry/MATLA...g/sinePlot.gif )

I'd like if the component would allow copy-paste of the generated plots into
clipboard (so the plots can be imported e.g. in Word documents).

I tried the open-source library ZedGraph and it is nice (it offers the
copy-paste feature, too), but it is WinForm-based.

I would like to test some open-source WPF-based component.

Thanks in advance,
Giovanni

Jun 27 '08 #1
1 3814
On Thu, 01 May 2008 10:42:39 -0700, Giovanni Dicanio
<gi**************@invalid.comwrote:
do you know any WPF component for 2D line plots?
The PathFigure class seems to be appropriate for that.

Whether it deals with copy-and-paste inherently I don't know, since I know
very little about WPF. If WPF objects generally support copy-and-paste,
then I'd guess PathFigure would too. Otherwise, you probably have to do
some of the work yourself (in a regular Forms application, that would
involve creating a bitmap or metafile, drawing the graphics to that
instance, and then posting the data to the clipboard...not too hard, but I
don't know what the equivalent in WPF would be).

Pete
Jun 27 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Andy Salnikov | last post by:
Hi all, does anybody knows any plotting library which can do nice timeline plots? Python is preffered, but not strictly necessary. Standalone utility might also be OK if one can feed some data...
0
by: Greg Weeks | last post by:
I'm looking for a Python binding of jpgraph that is more up-to-date and complete than that from metagram.webreply.com, which is documented as not supporting Gantt charts. I, alas, need Gantt...
9
by: Dr. Colombes | last post by:
What is the easiest way to generate some plots and graphs in Python ? Specifically interested in simple histograms and scatter plots with circles and regression lines. Thanks for your...
3
by: dave.harper | last post by:
I'm relatively new to C++, and would like to display 2D plots and/or graphs. What library files should I be interested in? Also, all my compiled programs output to what looks like terminal...
3
by: Madhusudan Singh | last post by:
Hi I am still a rookie at python (can do some basic programming with the language), and have been using python gpib and matplotlib to control my instruments and do real time plots. Since I have...
2
by: buchstaebchen | last post by:
Hi folks, I need advice in finding an appropriate python module for 3D surface plots, such as for the visualization of wave-dynamics...I'd prefer something capable of being embedded in wxpython...
1
by: abhiM | last post by:
Is there a way to use the MFC Application wizard from VC++ 2003 to assign area for Matlab plots(say in a dialog, as you would for a text box) and then generate the Matlab plots in that area? ,...
2
by: asdf | last post by:
I was told that it is difficult to draw plots and graphs in C++, right? In matlab, if I have data, it's very easy to generate the plots, and I want to know how C++ handles such output.
2
by: domenico | last post by:
Hello there, I'm looking for a Graphic-library to make 3D-Surface plots. I googled a lot but i didn't find something that met my claim. So i thougth i tried it here. i tried matpack, plplot...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.