Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Scientists are people who build the Brooklyn Bridge and then buy it. -- William Buckley


devel / comp.graphics.apps.gnuplot / incease line width of axes as well as plot

SubjectAuthor
* incease line width of axes as well as plotDULAL MONDAL
`* Re: incease line width of axes as well as plotJörg Buchholz
 `- Re: incease line width of axes as well as plotGavin Buxton

1
incease line width of axes as well as plot

<0d3c80f3-89e9-4502-94f0-80432355400cn@googlegroups.com>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=157&group=comp.graphics.apps.gnuplot#157

 copy link   Newsgroups: comp.graphics.apps.gnuplot
X-Received: by 2002:a05:6214:bd1:b0:64f:3bbb:1d1c with SMTP id ff17-20020a0562140bd100b0064f3bbb1d1cmr712991qvb.2.1693123065337;
Sun, 27 Aug 2023 00:57:45 -0700 (PDT)
X-Received: by 2002:a81:ad14:0:b0:58c:e8da:4d1a with SMTP id
l20-20020a81ad14000000b0058ce8da4d1amr860261ywh.2.1693123064957; Sun, 27 Aug
2023 00:57:44 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.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: Sun, 27 Aug 2023 00:57:44 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=203.110.242.11; posting-account=QKdwGwoAAABGplYHaiVoceXKnFFh63QH
NNTP-Posting-Host: 203.110.242.11
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <0d3c80f3-89e9-4502-94f0-80432355400cn@googlegroups.com>
Subject: incease line width of axes as well as plot
From: babunmon...@gmail.com (DULAL MONDAL)
Injection-Date: Sun, 27 Aug 2023 07:57:45 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2147
 by: DULAL MONDAL - Sun, 27 Aug 2023 07:57 UTC

Dear Experts,

I am trying to increase the line width of the axes as well as the plot. I am also trying to increase the size of the axes number.

How can I do that?

set terminal png font "Helvetica,16" enhanced size 1680,1200
set output "1.png"

# Define the titration curve Hill equation
f(x) = 1 / (1 + 10**(n*(pka - x)))

# Set up the x- and y-ranges
set xrange[3:10]
set yrange[0:1]

# Turn on grid
set grid linewidth 0

# Turn off the key, we will use labels instead
unset key

# Set up a multiplot
set multiplot layout 3,4

# Fit the first residue
set title 'HIP 2'
pka = 7.0; n = 1.0 # initial guesses
fit f(x) '1st.dat' using 1:2 via n,pka
set label 1 sprintf("pK_a = %.2f\nn = %.2f", pka, n) at graph 0.05,0.3
plot '1st.dat' using 1:2 with points pointsize 2, \
f(x) with lines linewidth 20

# Fit the second residue
set title 'TYR 5'
pka = 9.5; n = 1.0 # initial guesses
fit f(x) '1st.dat' using 1:3 via n,pka
unset label 1
set label 2 sprintf("pK_a = %.2f\nn = %.2f", pka, n) at graph 0.05,0.3
plot '1st.dat' using 1:3 with points pointsize 2, \
f(x) with lines linewidth 20

Re: incease line width of axes as well as plot

<uchdj4$1j3eu$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=158&group=comp.graphics.apps.gnuplot#158

 copy link   Newsgroups: comp.graphics.apps.gnuplot
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: bookwood...@freenet.de (Jörg Buchholz)
Newsgroups: comp.graphics.apps.gnuplot
Subject: Re: incease line width of axes as well as plot
Date: Mon, 28 Aug 2023 08:07:37 +0200
Organization: A noiseless patient Spider
Lines: 9
Message-ID: <uchdj4$1j3eu$1@dont-email.me>
References: <0d3c80f3-89e9-4502-94f0-80432355400cn@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 28 Aug 2023 06:07:32 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="f0c0869ec8e1fdd0443a2986d6aa89a2";
logging-data="1674718"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/9nM45CMTKnL25pTzzmKlP0x0c2lxfNcw="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.14.0
Cancel-Lock: sha1:aC+NASOIOhDRmMwaWBCVIn5PoWA=
Content-Language: de-DE, en-US
In-Reply-To: <0d3c80f3-89e9-4502-94f0-80432355400cn@googlegroups.com>
 by: Jörg Buchholz - Mon, 28 Aug 2023 06:07 UTC

On 27.08.2023 09:57, DULAL MONDAL wrote:
> Dear Experts,
>
> I am trying to increase the line width of the axes as well as the
> plot.

set border lw 20

Jörg

Re: incease line width of axes as well as plot

<1bd8eb08-af1d-455a-a3cd-a74b8d5d1731n@googlegroups.com>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=159&group=comp.graphics.apps.gnuplot#159

 copy link   Newsgroups: comp.graphics.apps.gnuplot
X-Received: by 2002:a05:620a:8e06:b0:76d:b19e:aa21 with SMTP id re6-20020a05620a8e0600b0076db19eaa21mr687274qkn.13.1693250920913;
Mon, 28 Aug 2023 12:28:40 -0700 (PDT)
X-Received: by 2002:a17:90b:908:b0:26d:12ec:ec8f with SMTP id
bo8-20020a17090b090800b0026d12ecec8fmr6259529pjb.8.1693250920358; Mon, 28 Aug
2023 12:28:40 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.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: Mon, 28 Aug 2023 12:28:39 -0700 (PDT)
In-Reply-To: <uchdj4$1j3eu$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=73.154.49.89; posting-account=yC8mVwkAAADuRBqBIdPVfec50l5EMdYn
NNTP-Posting-Host: 73.154.49.89
References: <0d3c80f3-89e9-4502-94f0-80432355400cn@googlegroups.com> <uchdj4$1j3eu$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <1bd8eb08-af1d-455a-a3cd-a74b8d5d1731n@googlegroups.com>
Subject: Re: incease line width of axes as well as plot
From: gavinbux...@gmail.com (Gavin Buxton)
Injection-Date: Mon, 28 Aug 2023 19:28:40 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 1551
 by: Gavin Buxton - Mon, 28 Aug 2023 19:28 UTC

On Monday, August 28, 2023 at 2:07:35 AM UTC-4, Jörg Buchholz wrote:
> On 27.08.2023 09:57, DULAL MONDAL wrote:
> > Dear Experts,
> >
> > I am trying to increase the line width of the axes as well as the
> > plot.
> set border lw 20
>
> Jörg

"Helvetica,16" can be increased too to increase the numbers.

1
server_pubkey.txt

rocksolid light 0.9.7
clearnet tor