Graphics, Figures & Tables ⇒ Creating graphs in latex with C# values
Creating graphs in latex with C# values
The data is a height, length value.
Can anyone help me how to make this.
Thank you in advance.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Creating graphs in latex with C# values
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
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
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.