Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3363
| X-Received | by 10.237.36.245 with SMTP id u50mr28211676qtc.24.1467589309460; Sun, 03 Jul 2016 16:41:49 -0700 (PDT) |
|---|---|
| X-Received | by 10.36.113.199 with SMTP id n190mr217271itc.0.1467589309424; Sun, 03 Jul 2016 16:41:49 -0700 (PDT) |
| Path | csiph.com!xmission!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!f89no1981498qtd.0!news-out.google.com!o189ni1139ith.0!nntp.google.com!r1no10251690ige.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.graphics.apps.gnuplot |
| Date | Sun, 3 Jul 2016 16:41:48 -0700 (PDT) |
| In-Reply-To | <nlc6sl$bg6$1@solani.org> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=41.36.69.194; posting-account=PyJeqwoAAABiYoPvMaSw7UkJhoIehv6v |
| NNTP-Posting-Host | 41.36.69.194 |
| References | <ad55b9a2-e5fa-4779-806e-8f73cd15c13e@googlegroups.com> <nlc6sl$bg6$1@solani.org> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <b2ce8e0f-d613-421a-874c-e9dc0a5532f1@googlegroups.com> (permalink) |
| Subject | Re: How can I appear the plot ? |
| From | Doaa <doaaelhadidy797@gmail.com> |
| Injection-Date | Sun, 03 Jul 2016 23:41:49 +0000 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Received-Bytes | 1720 |
| X-Received-Body-CRC | 2551342907 |
| Xref | csiph.com comp.graphics.apps.gnuplot:3363 |
Show key headers only | View raw
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