Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3364
| From | Karl Ratzsch <mail.kfr@gmx.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: How can I appear the plot ? |
| Date | 2016-07-04 03:46 +0200 |
| Organization | solani.org |
| Message-ID | <nlcf67$a84$1@solani.org> (permalink) |
| References | <ad55b9a2-e5fa-4779-806e-8f73cd15c13e@googlegroups.com> <nlc6sl$bg6$1@solani.org> <b2ce8e0f-d613-421a-874c-e9dc0a5532f1@googlegroups.com> |
Am 04.07.2016 um 01:41 schrieb Doaa:
> 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.
Nothing to do with gnuplot itself.
You should ask the guys who wrote this "GnuplotHelper", AFTER you've
tried to work it out yourself by eliminating other error sources,
i.e. your network statistics stuff.
K
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