Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4518
| X-Received | by 2002:a05:622a:d2:b0:3ef:32db:b249 with SMTP id p18-20020a05622a00d200b003ef32dbb249mr1064631qtw.1.1682057329861; Thu, 20 Apr 2023 23:08:49 -0700 (PDT) |
|---|---|
| X-Received | by 2002:a25:d64a:0:b0:997:c919:4484 with SMTP id n71-20020a25d64a000000b00997c9194484mr779770ybg.6.1682057329416; Thu, 20 Apr 2023 23:08:49 -0700 (PDT) |
| Path | csiph.com!weretis.net!feeder8.news.weretis.net!news.uzoreto.com!peer03.ams4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail |
| Newsgroups | comp.graphics.apps.gnuplot |
| Date | Thu, 20 Apr 2023 23:08:49 -0700 (PDT) |
| In-Reply-To | <u1jh14$321of$1@dont-email.me> |
| Injection-Info | google-groups.googlegroups.com; posting-host=87.149.245.139; posting-account=fv0xuAoAAAB6GKIhx4LSpOzxPqK8gHFb |
| NNTP-Posting-Host | 87.149.245.139 |
| References | <d8c535fd-cabe-4cd8-92ab-8fa0a89c0666n@googlegroups.com> <u1jh14$321of$1@dont-email.me> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <e20436b7-0090-4de9-b4c1-3845e49e8253n@googlegroups.com> (permalink) |
| Subject | Re: I want to show the count |
| From | Joey S <jos47117@gmail.com> |
| Injection-Date | Fri, 21 Apr 2023 06:08:49 +0000 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | quoted-printable |
| X-Received-Bytes | 3026 |
| Xref | csiph.com comp.graphics.apps.gnuplot:4518 |
Show key headers only | View raw
Jörg Buchholz schrieb am Montag, 17. April 2023 um 15:19:35 UTC+2:
> On 17.04.2023 11:44, Joey S wrote:
> > gnuplot -persist <<-EOFMarker
> > reset
> > set boxwidth 0.1
> > set grid ytics linestyle 0
> > set style fill solid noborder
> > set terminal svg size 800,600
> > set datafile separator ";"
> > set title "Pathogene"
> > set xlabel "${filename%.*}"
> > set ylabel "Prozentualer Anteil"
> > set format y "%+-12.2f"
> > set xtics rotate by 90 right
> > set term png size 800,600
> > set output "${filename%.*}.png"
> > stats "$1" using 0:3
> > print STATS_max_y
> > plot "${1}" using 0:4:xtic(2) every ::0::30 with boxes lc rgb "#0045FF" title
> > rotate by 90 notitle
> > EOFMarker
> > }
> >
> >
> > Thats my Data
> >
> > 2023_04_16_11_45_36_ma_kuniq_standard_plus_eupath_minus_kdb_R_.txt; Plasmodium;45;.00003729825158146451
> > 2023_04_16_11_45_36_ma_kuniq_standard_plus_eupath_minus_kdb_R_.txt; Clostridioides difficile;112;.00009283120393608946
> >
> >
> > And i want to show field 4 (or 3) as number in the graphic. I try it in every form but i think i don't understanding Gnuplot it doesnt fit in my brain !?!
> Help this?
>
> plot "${1}" u 0:4:xtic(2) every ::0::30 with boxes lc rgb "#0045FF"
> notitle, '' u 0:4:4 every ::0::30 with labels offset 0,1 notitle
>
> Jörg
No Error but a zero byte grafik . :( Thanks for your help :(
If anybody could make Grafiks from Kraken2 or krakenuniq report !!! Say hello to me and give me a hint ! ;)
https://github.com/DerrickWood/kraken2
https://github.com/fbreitwieser/krakenuniq
or if someone is Ill and want to make research with me !
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
I want to show the count Joey S <jos47117@gmail.com> - 2023-04-17 02:44 -0700
Re: I want to show the count Jörg Buchholz <bookwood4new@freenet.de> - 2023-04-17 15:19 +0200
Re: I want to show the count Joey S <jos47117@gmail.com> - 2023-04-20 23:08 -0700
Re: I want to show the count Joey S <jos47117@gmail.com> - 2023-04-20 23:36 -0700
Re: I want to show the count Jörg Buchholz <bookwood4new@freenet.de> - 2023-04-24 07:43 +0200
csiph-web