08-07-2015 09:11 AM
HI,
can someone help me with my problem ?
I need to add axis labels into graph that i made by Labview Report generator. Is there any possibility to do that ?
Thank you a lot.
Patrik 🙂
Solved! Go to Solution.
08-09-2015 10:09 AM
08-10-2015 06:23 AM
Thank you,
i tried to use this .vi, but i didnt find solution how to use it for axis label generation. Can you tell me which input i have to use, or which blocks i need to add to this .vi to solve my problem ?
Thank you 🙂
08-10-2015 07:35 AM
I'm assuming you are making the graph in Excel. The LabVIEW Report Generation Toolkit gives you a limited set of "hooks" into making an Excel Graph -- it actually makes an "Object" that has a limited set of formatting options, but is quick and easy to use. If you need a more detailed plot, you are probably better off writing an Excel macro to generate the plot from Excel data, then using LabVIEW to sae the data to Excel and then execute this "plotting macro" to make the fancy plot.
Here, however, is how to make a "simple" plot. The For loop generates some data that is plotted (after transposing the data to give an X array and a Y array) with Insert Graph, where I also set the Graph Title. I then specify a label for the X ("Category") and Y ("Value") axes, resulting in the plot shown below.
Bob Schor
08-11-2015 02:55 AM
Perfect, thank you a lot 🙂
11-19-2022 12:31 PM
@poloso2617 wrote:
I think I should again comment.
I think I should disagree.
You have made two almost-identical comments to a question that was asked and answered (with a marked "solution") seven years ago. Your comments are also more-or-less the same comments (word-for-word) as the original marked "solution". I see you are a new member -- please read the Informal Forum Rules and Guidelines .
Bob Schor
11-20-2022 02:02 AM
@Bob_Schor wrote:
Your comments are also more-or-less the same comments (word-for-word) as the original marked "solution".
That, as well as the other things, should generally be a red flag that this might be spam, which was the case here (there were links in the text). There should be a report to moderator link in the post options drop down on the top right corner of each reply.