Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3363
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2016-07-03 16:41 -0700 |
| References | <ad55b9a2-e5fa-4779-806e-8f73cd15c13e@googlegroups.com> <nlc6sl$bg6$1@solani.org> |
| Message-ID | <b2ce8e0f-d613-421a-874c-e9dc0a5532f1@googlegroups.com> (permalink) |
| Subject | Re: How can I appear the plot ? |
| From | Doaa <doaaelhadidy797@gmail.com> |
Yes, I added this code to C++ Code
GnuplotHelper plotHelper;
plotHelper.ConfigurePlot("plot-test",
"Title",
"xLegend",
"ylegend",
"png");
plotHelper.PlotProbe("ns3::Ipv4PacketProbe",
"/NodeList/*/$ns3::Ipv4L3Protocol/Tx",
"OutputBytes-p1",
"Packet Byte Count",
GnuplotAggregator::KEY_BELOW);
After I run the code, it creates 3 files (first.plt , first.dat .first.sh), then creates first.png but it is empty.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
How can I appear the plot ? Doaa Tawfik <doaaelhadidy797@gmail.com> - 2016-07-03 15:04 -0700
Re: How can I appear the plot ? Karl Ratzsch <mail.kfr@gmx.net> - 2016-07-04 01:25 +0200
Re: How can I appear the plot ? Doaa <doaaelhadidy797@gmail.com> - 2016-07-03 16:41 -0700
Re: How can I appear the plot ? Karl Ratzsch <mail.kfr@gmx.net> - 2016-07-04 03:46 +0200
Re: How can I appear the plot ? Doaa <doaaelhadidy797@gmail.com> - 2016-07-05 11:38 -0700
csiph-web