I want to make 2 graphs in latex, with the data from a C# program.
The data is a height, length value.
Can anyone help me how to make this.
Thank you in advance.
Graphics, Figures & Tables ⇒ Creating graphs in latex with C# values
NEW: TikZ book now 40% off at Amazon.com for a short time.

Creating graphs in latex with C# values
What do you find when you search for the relevant terms? Most of the search results should point to
pgfplots
. Of course, this is not the only way to visualize data, but as expected, it also offers most of the examples in the forums.Creating graphs in latex with C# values
When I search for C # + pgfplots I can't find anything unfortunately
How do I use variables from a C # program in pgfplots and make the 2 graphs in latex?
Has this never been done by anyone?
Thank you in advance.
How do I use variables from a C # program in pgfplots and make the 2 graphs in latex?
Has this never been done by anyone?
Thank you in advance.
Creating graphs in latex with C# values
Then I have probably misunderstood your wish.
pgfplots
or the other packages need the data as text in order to be able to read them. If your program can't output the data as text in any way (e.g. as an export to a text file), then, as far as I know, you can't read and display it with LaTeX.