Re: graph sizes causing clarity problems
"Marc Powell" <[email protected]>
| Newsgroups | gmane.network.cricket.user |
|---|---|
| Message-ID | <[email protected]> |
> -----Original Message----- > From: [email protected] [mailto:cricket-users- > [email protected]] On Behalf Of Adam Fletcher > Sent: Friday, June 02, 2006 1:32 PM > To: [email protected] > Subject: [cricket-users] graph sizes causing clarity problems > > Hello, > > I'm trying to get cricket to draw my graphs larger then the 595wx255h > that seems to be the default. I've done: > > graph --default-- > height-hint = 342 > width-hint = 800 > > This does make the graphs bigger but also makes the grid lines very > blurry and the text unreadable. The hint values where chosen because 342 > is 42% of 800, which is the ratio of the default width and height. > > Does anyone know how make the graph images larger without losing > clarity? I believe you're looking for 'height' and 'width' in the view dictionary. http://cricket.sourceforge.net/support/doc/reference.html#view A specific example that I use -- view "Octets Thumbnails" elements = "ifInOctets ifOutOctets" width = 250 height = 100 -- Marc