Search the web
Sign In
New User? Sign Up
ploticus · ploticus software support
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1582 - 1620 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1582
Andrew, I believe this is caused by "aliasing" - a computer graphics term that refers to error/distortion introduced by rasterization or numeric rounding. It...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 1, 2005
1:18 pm
1583
... 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 Schulman
andrex593
Offline Send Email
Aug 1, 2005
3:08 pm
1584
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 1, 2005
3:38 pm
1585
... 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...
Andrew Schulman
andrex593
Offline Send Email
Aug 1, 2005
5:17 pm
1586
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...
Andrew Schulman
andrex593
Offline Send Email
Aug 1, 2005
6:26 pm
1587
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
a_solaris_guy
Offline Send Email
Aug 4, 2005
10:04 pm
1588
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 5, 2005
2:54 pm
1591
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@...
Send Email
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 23, 2005
3:55 pm
1595
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 ...
dagoldman
Offline Send Email
Aug 24, 2005
9:38 pm
1596
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 25, 2005
12:42 pm
1597
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@...
Send Email
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@...
Send Email
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...
Andrew Schulman
andrex593
Offline Send Email
Sep 2, 2005
7:45 pm
1600
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@...
Send Email
Sep 2, 2005
10:55 pm
1601
... better ... failed ... Can you explain a little more, please?...
sn_32_sn
sivaram.neelakantan@...
Send Email
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;...
Andrew Schulman
andrex593
Offline Send Email
Sep 6, 2005
1:44 pm
1604
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Sep 6, 2005
2:24 pm
1605
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Sep 7, 2005
2:24 pm
1608
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...
dagoldman
Offline Send Email
Sep 13, 2005
5:51 am
1609
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/ ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Sep 13, 2005
11:38 am
1611
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...
dagoldman
Offline Send Email
Sep 15, 2005
8:11 pm
1612
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@...
Send Email
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@...
Send Email
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Sep 16, 2005
4:32 pm
1615
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@...
Send Email
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 Eftimov
jovvany
Offline Send Email
Sep 22, 2005
10:27 am
1618
Kalin, try this: #call $settimefmt( "hh:mm" ) // get current time.. #set xmax = $time() // convert current time to "minutes since midnight", and then subtract...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Sep 22, 2005
1:40 pm
1619
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Sep 22, 2005
1:43 pm
1620
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Sep 22, 2005
3:09 pm
Messages 1582 - 1620 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help