Re: Q: How to lengthen the network bar

Juergen Schoenwaelder (schoenw@sol)
Wed, 12 Jan 94 17:30:06 +0100

Hi!

Jim> I am finding tkined quite useful, but I would be able to create
Jim> a more appealing plot if I were able to increase the length of my
Jim> subnet's network bar in the diagram.

Jim> I have RFM'd but cannot figure out how to increase it's length.
Jim> Any ideas?

Sorry, dont spend more time trying this. A tool for changing texts,
network length, stripchart size, group membership, ... is on my the
TODO list and will appear in one of the next releases but it is
missing right now.

But here is a hack: Save your map and take your favourite editor
to change the ined command that creates your network. For example,
change

set network0 [ined -noupdate create NETWORK 50.0 0.0 200.0 0.0 ]

to something like

set network0 [ined -noupdate create NETWORK 50.0 0.0 350.0 0.0 ]

and you have doubled the length. The format of the create command is:

ined create NETWORK [<x1> <y1> <x2> <y2> ...]

But this is a hack, I know.

Juergen