Andrew, I believe this is caused by "aliasing" - a computer graphics term that refers to error/distortion introduced by rasterization or numeric rounding. It...
... OK. I looked at SVG and EPS output, and as you say they look fine. So then this is the fault of libpng and/or libgd? It's strange that the PNG and GIF...
Andrew, ploticus uses libgd to generate both PNG and GIF. I took a quick look at the GD docs (www.boutell.com/gd) and it appears that recent versions of GD do...
... OK-- I see. In this case I'd rather "snap to grid" in order to eliminate those distortions. Anyway, thanks for clarifying this. I'll see if I can find a...
One other thing I forgot to mention: thanks a lot for making ploticus. It's very capable and is really saving my butt right now. The net is full of software...
good day, I have the following data: Date,Disk Subsystems,Total,Read Pct,Cache Hit Pct,Cur KB/sec,Max KB/sec,Cur I/O's sec,Max I/O's sec 12:50:45 AM ,ARRAY...
Pete, see http://ploticus.sourceforge.net/doc/times.html time values that are to be plotted must use 24 hour notation, eg 00:50:45 also, your data must be...
Hi list, I found two bugs, or better missing features in clickmap support. A attached two patches against 2.31. I don't know if they are really the right way...
Jochen Reinwand
jochen.reinwand@...
Aug 10, 2005 10:55 am
1594
Hi, ploticus version 2.32 is now available at http://ploticus.sourceforge.net Highlights of this version include new legend rendering capabilities and Venn...
I think it would be useful to have an option for anti-aliased line drawing capability. I've never done scatterplots, but I make pie charts in png format, and ...
Hi, Later versions of GD have antialiased linedrawing capability. What's needed here is an interface added to ploticus grgd.c to use the antialias linedrawing...
Is there anyway around the 500 clickmap region limit? Is there a good reason for this or could I generate the SVG and add them in my self somehow(probably not...
banjo1979vt
banjo1979vt@...
Sep 2, 2005 7:17 am
1598
Hello, I got an event like this Job Failed Time PR logged Time PR closed Time X 07:30 08:40 09:30 Y 07:40 08:20...
sn_32_sn
sivaram.neelakantan@...
Sep 2, 2005 6:39 pm
1599
... Yeah, that would feel wrong. So how about something like this: #proc bars axis: x leftticfield: failed midticfield: logged rightticfield: closed That will...
First off, thanks Steve for freely providing such a powerful graphing tool! Now, my issue.I'm having some trouble getting the grid lines to show up properly...
bungle3088
bungle3088@...
Sep 2, 2005 10:55 pm
1601
... better ... failed ... Can you explain a little more, please?...
sn_32_sn
sivaram.neelakantan@...
Sep 3, 2005 11:01 am
1603
... Sorry, I don't have time. Read the ploticus manual, which is very good, especially for free software; look at the examples in the manual for proc bars;...
Hi, if you have the source code, edit clickmap.c and change #define MAXENTRIES 500 to whatever you like. Then type: make I haven't tried this myself but see...
Hi, you need to put the grid specification in the proc xaxis block where you render your value-specific stubs. See my changes below. -Steve ... // specify...
If nobody else interested, I'd be willing to give it a whirl. That assumes I can make some time, and can figure out the gd functions and grgd.c code. I'm very...
Daniel, probably the first thing that needs to be tackled is understanding how the GD feature works. Maybe we can both take a look http://www.boutell.com/gd/ ...
Sounds good. BTW - I've used gd a fair amount before. I use it to draw maps. The anti-aliasing has not been a problem for the maps. Probably because they are...
Hi, I'm trying to use -drawdump and draw.pl to generate an image, but it's not working. I've used the bars prefab to generate a gif image, then set the output ...
alexander_kuehn
nagilum@...
Sep 16, 2005 7:20 am
1613
Ok, I think I just solved it ;) the name of the actual dumpfile was "C:\DOKUME~1\akuehn\LOKALE~1\Temp\4" which was probably not opened due to some bug in...
alexander_kuehn
nagilum@...
Sep 16, 2005 7:35 am
1614
Alexander, I was able to recreate this problem. I believe the problem is in draw.pl.. try this version: draw.pl ... // ability to display dumpfile .... scg...
Hi, A fix for my previously posted patches is attached. I didn't realize that it was necessary to call TDH_value_subst with a "bug enough" output buffer... I...
Jochen Reinwand
jochen.reinwand@...
Sep 19, 2005 1:29 pm
1617
Hi! I am creating a png from a script, but the result file is 3380 pixel wide. I need it to be not more than 380. I tried with pagesize, but it didn't change ...
Kalin, try this: #call $settimefmt( "hh:mm" ) // get current time.. #set xmax = $time() // convert current time to "minutes since midnight", and then subtract...
Kalin, the extreme width of your result probably is due to an error on your part, perhaps you are plotting values that are way out of range. if you want, send...
I don't think I've taken the opportunity to write and thank you for Ploticus in a long time. A couple times a year I turn to Ploticus to generate the output I...