Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Are we running light with overbyte?


devel / comp.lang.tcl / Writing bar chart to file

SubjectAuthor
* Writing bar chart to fileclt.to.davebr
`* Writing bar chart to fileCecil Westerhof
 `* Writing bar chart to fileRobert Heller
  `- Writing bar chart to fileCecil Westerhof

1
Writing bar chart to file

<6611697900312@dlp>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=12281&group=comp.lang.tcl#12281

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: clt.to.d...@dfgh.net
Newsgroups: comp.lang.tcl
Subject: Writing bar chart to file
Date: Sat, 21 Oct 23 14:58:32 GMT
Organization: A noiseless patient Spider
Lines: 8
Message-ID: <6611697900312@dlp>
Injection-Info: dont-email.me; posting-host="65d33ff77334445ade29d2152acc259a";
logging-data="1915356"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18lx1Qnm7YbcmkQ9cXdDF7F"
Cancel-Lock: sha1:gRfCt0tMWIasb7n+spWEF/usEzk=
 by: clt.to.d...@dfgh.net - Sat, 21 Oct 2023 14:58 UTC

Try something like:

package require img::window
image create photo bc -data .bc
bc write bar.png

Dave B

Re: Writing bar chart to file

<87sf63ix57.fsf@munus.decebal.nl>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=12285&group=comp.lang.tcl#12285

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Cec...@decebal.nl (Cecil Westerhof)
Newsgroups: comp.lang.tcl
Subject: Re: Writing bar chart to file
Date: Sat, 21 Oct 2023 21:38:28 +0200
Organization: Decebal Computing
Lines: 18
Message-ID: <87sf63ix57.fsf@munus.decebal.nl>
References: <6611697900312@dlp>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Info: dont-email.me; posting-host="2ad98b196fca901059ccc46d0ee27bed";
logging-data="2042429"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18if3itfs3J/N8zs5E6DxKWIz1DfPtDP7E="
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Cancel-Lock: sha1:NuYg9HMRDL8EaAW0z7Ja5pWoaEw=
sha1:/bomNpxQaZjzhKKtgwaxrjlgBss=
 by: Cecil Westerhof - Sat, 21 Oct 2023 19:38 UTC

clt.to.davebr@dfgh.net writes:

> Try something like:
>
> package require img::window
> image create photo bc -data .bc
> bc write bar.png

Would be the best option, but I get:
can't find package img::window

Have to find out how to solve it, so at the moment I use another
option.

--
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Re: Writing bar chart to file

<jJGdnTvXf7243Kn4nZ2dnZfqn_udnZ2d@giganews.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=12288&group=comp.lang.tcl#12288

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!69.80.99.27.MISMATCH!Xl.tags.giganews.com!local-2.nntp.ord.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Sat, 21 Oct 2023 21:22:45 +0000
MIME-Version: 1.0
From: hel...@deepsoft.com (Robert Heller)
Organization: Deepwoods Software
X-Newsreader: TkNews 3.0 (1.2.15)
Subject: Re: Writing bar chart to file
In-Reply-To: <87sf63ix57.fsf@munus.decebal.nl>
References: <6611697900312@dlp> <87sf63ix57.fsf@munus.decebal.nl>
Newsgroups: comp.lang.tcl
Content-Type: text/plain; charset="us-ascii"
Originator: heller@sharky4.deepsoft.com
Message-ID: <jJGdnTvXf7243Kn4nZ2dnZfqn_udnZ2d@giganews.com>
Date: Sat, 21 Oct 2023 21:22:45 +0000
Lines: 31
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-JS68s3RcFxch9sNp/i3h26K8dhj0jfeDPbwe76KDzyKjRU2WV4UKRYHPG6FtcmPTQvUrImluonmYKkF!+HWsclbeHHsAi4DVKBQMdJ931BUPWei094pSjIQkBjQt3fU9pOaKhx71QK3AtLlL3WTqjUTB/oQ3!k4A=
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
 by: Robert Heller - Sat, 21 Oct 2023 21:22 UTC

At Sat, 21 Oct 2023 21:38:28 +0200 Cecil Westerhof <Cecil@decebal.nl> wrote:

>
> clt.to.davebr@dfgh.net writes:
>
> > Try something like:
> >
> > package require img::window
> > image create photo bc -data .bc
> > bc write bar.png
>
> Would be the best option, but I get:
> can't find package img::window
>

If you are on a Linux system, you need to do:

sudo apt install TkImg

to install the package.

> Have to find out how to solve it, so at the moment I use another
> option.
>

--
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software -- Custom Software Services
http://www.deepsoft.com/ -- Linux Administration Services
heller@deepsoft.com -- Webhosting Services

Re: Writing bar chart to file

<878r7uisfy.fsf@munus.decebal.nl>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=12296&group=comp.lang.tcl#12296

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Cec...@decebal.nl (Cecil Westerhof)
Newsgroups: comp.lang.tcl
Subject: Re: Writing bar chart to file
Date: Sun, 22 Oct 2023 17:32:17 +0200
Organization: Decebal Computing
Lines: 30
Message-ID: <878r7uisfy.fsf@munus.decebal.nl>
References: <6611697900312@dlp> <87sf63ix57.fsf@munus.decebal.nl>
<jJGdnTvXf7243Kn4nZ2dnZfqn_udnZ2d@giganews.com>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Info: dont-email.me; posting-host="80c8815b1f10f3c7644067cb404013dd";
logging-data="2641225"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Dn0UExGweQxFwy2rBSA9ivu4r2T3vIGQ="
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Cancel-Lock: sha1:UHNkCnxN0KZFJlG7GL8jj6SF8O0=
sha1:bpL3pjT9Dp1b93V8INGesU8Eb/0=
 by: Cecil Westerhof - Sun, 22 Oct 2023 15:32 UTC

Robert Heller <heller@deepsoft.com> writes:

> At Sat, 21 Oct 2023 21:38:28 +0200 Cecil Westerhof <Cecil@decebal.nl> wrote:
>
>>
>> clt.to.davebr@dfgh.net writes:
>>
>> > Try something like:
>> >
>> > package require img::window
>> > image create photo bc -data .bc
>> > bc write bar.png
>>
>> Would be the best option, but I get:
>> can't find package img::window
>>
>
> If you are on a Linux system, you need to do:
>
> sudo apt install TkImg
>
> to install the package.

On Debian it is:
libtk-img

--
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor