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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1555 - 1594 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1555
From: Philippe Jalaber <> Date: Sun, 19 Jun 2005 20:23:19 +0200 Subject: Ploticus tabular legends improvement Hello Steve, I recently made a little improvement...
Steve Grubb
stevegrubb1
Offline Send Email
Jul 8, 2005
12:47 pm
1556
Hi, I should have said in the previous post that the code has been posted as update 2.31-10, available at http://ploticus.sourceforge.net/doc/updates.html ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jul 8, 2005
1:11 pm
1557
Hi, attached is a contributed patch. I believe it applies to 2.31-09 but not to 2.31-10 so it should be considered a fork. It implements a feature where,...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jul 8, 2005
1:24 pm
1559
Is there a way to automatically detect when pie label overlap (label collision)? Example overlap: http://www.ehdp.com/vn/rw/txu1/pd1/712pfwwa-1-pie.png I know...
dagoldman
Offline Send Email
Jul 14, 2005
5:25 am
1560
Daniel, a robust, general mechanism for automatic detection of overlap and adjustment of graphical element(s) would certainly be useful. As you're aware it's...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jul 14, 2005
4:46 pm
1563
Hi Steve & All, This patch fixes a small issue with my old patch and specifyorder and adds a framefill: <color> property to add this feature to my patchset. I...
belgabor
belgabor@...
Send Email
Jul 21, 2005
10:39 pm
1564
Tobias, I will try and spend some time properly integrating the various legend patches for the next release. Can you send me your complete file proc_legend.c...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jul 22, 2005
2:21 pm
1565
Hello, I'm having a bit of trouble getting Ploticus to produce a graph when I call it from Perl. I think it has to do with how I am escaping a certain element,...
chris
heller@...
Send Email
Jul 22, 2005
3:41 pm
1566
It just may be that I am the master at solving my own problems once I post one to a message board. I figured out the issue, it was due the the '\n' in...
chris
heller@...
Send Email
Jul 22, 2005
4:04 pm
1569
hi I am just starting to use ploticus and am using prefab graphs. Is there a prefab graph that allows you to plot time elapsed on the Y axis? The chron...
traceorr
Offline Send Email
Jul 26, 2005
6:44 am
1570
Tracey, there's no prefab that plots time on Y. In the majority of uses time is best plotted on X. However, you could plot time on Y if you write a script. ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jul 26, 2005
1:42 pm
1571
Hi, a problem was reported where prefab chron chokes when given dates using a notation w/ dots (dd.mm.yyyy)... seems like dates are being mistaken for...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jul 27, 2005
1:53 pm
1573
I'm trying to build ploticus 2.31 on RHEL: $ uname -a Linux palomino 2.4.21-27.0.4.ELsmp #1 SMP Sat Apr 16 18:43:06 EDT 2005 i686 i686 i386 GNU/Linux But the...
Andrew Schulman
andrex593
Offline Send Email
Jul 28, 2005
11:10 pm
1574
Andrew, it looks like X windows isn't available on your platform. In the ploticus Makefile, find this section around line 216: #### To completely remove X11...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jul 29, 2005
12:29 pm
1575
... Right. Or rather, X is, but not the development files. I've asked the admins about this, but until or unless they agree to install them, I'd rather just...
Andrew Schulman
andrex593
Offline Send Email
Jul 29, 2005
2:33 pm
1576
... Actually you don't, if you just want to generate gif/postscript/eps/svg... see the Makefile. Steve...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jul 29, 2005
2:36 pm
1577
... the ... I'd ... If the runtime support is there, you can install a local copy of just the headers. Just make sure the version matches the libraries. ...
Tim Butler
rotordyn
Offline Send Email
Jul 29, 2005
2:52 pm
1578
... Yeah, I tried that, but I seem to have a version mismatch. For libpng I'll probably just install a local copy (crosses fingers that it will work). ... ...
Andrew Schulman
andrex593
Offline Send Email
Jul 29, 2005
3:15 pm
1579
... OK. I do want PNG, but will keep that in reserve. Thanks, Andrew....
Andrew Schulman
andrex593
Offline Send Email
Jul 29, 2005
3:20 pm
1580
... Thanks to all who helped. I disabled X11 as suggested, and built and installed a private copy of libpng, and then was able to build ploticus. It works...
Andrew Schulman
andrex593
Offline Send Email
Jul 30, 2005
12:38 am
1581
I'm creating some scatterplots with ploticus 2.31. As you can see in the screenshot at http://home.comcast.net/~andrex/bugz/ploticus.png, some of the plotting...
Andrew Schulman
andrex593
Offline Send Email
Jul 30, 2005
3:14 am
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
Messages 1555 - 1594 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