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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1627 - 1658 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1627
Back in July, I reported a problem with corrupted symbols in scatterplots on this list (http://groups.yahoo.com/group/ploticus/message/1581). An example can...
Andrew Schulman
andrex593
Offline Send Email
Oct 3, 2005
5:40 am
1628
Hi I fill out simple date-plots with lineplot, but how do I create holes where no data is defined. If there are no data between two dates, there should be...
morten_bjoernsvik
morten_bjoer...
Offline Send Email
Oct 3, 2005
10:00 am
1629
Andrew, thanks for giving this some thought. On first pass I'd make these observations: - ploticus generates symbols using its standard line drawing and/or ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Oct 3, 2005
12:31 pm
1630
Hi Andrew, Could you clarify what you mean by "corrupted"? In other words, what difference in appearance do you want with the symbols on the y=7 and y=7.4...
dagoldman
Offline Send Email
Oct 3, 2005
4:07 pm
1631
... Right. ... OK ... I agree, this sounds like a promising approach and could start just w/ GD (which is all I care about at present :). Based on just my one...
Andrew Schulman
andrex593
Offline Send Email
Oct 3, 2005
6:06 pm
1632
... No problem. Grab the figure at http://home.comcast.net/~andrex/bugz/ploticus.png , and use your favorite image editor to zoom in on it to about 4x. First...
Andrew Schulman
andrex593
Offline Send Email
Oct 3, 2005
6:06 pm
1633
You're right, a lot of them are corrupted, to use your term. I agree it would be good to fix, if not too painful to do. I'm sure you noticed that every diamond...
dagoldman
Offline Send Email
Oct 4, 2005
5:22 am
1634
... Yes, it does. My explanation for the source of the problem is that whether a symbol is drawn correctly depends on your luck with rounding errors as the...
Andrew Schulman
andrex593
Offline Send Email
Oct 4, 2005
7:14 am
1635
Hi! Can anybody help me? I want to create a weekly load graph. My dat-file looks like this: 04-10-2005 10:05:01 0.64 0.28 0.15 04-10-2005 10:10:01 0.75 0.60...
jovvany
Offline Send Email
Oct 4, 2005
8:57 am
1636
Hi, I want to display clusters of bars: a thick one, some space and two or more bars without space between them. ... #proc page pagesize: 12 12 #proc getdata ...
worknothome
pl536@...
Send Email
Oct 5, 2005
2:35 pm
1637
Daniel, here's a tentative plan for a solution for the lop-sided data point symbols problem. grgd.c and x11.c (the two raster-type devices that ploticus...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Oct 6, 2005
2:35 pm
1638
... Sounds good. ... It seems to me that the algorithm in mark.c is already pretty good for this: /* (1=up-tri 2=down-tri 3=diam 4=square 5=pent 6=circ...
Andrew Schulman
andrex593
Offline Send Email
Oct 6, 2005
8:18 pm
1639
Steve, I managed to locate a box on the dark outposts of our network with gcc and necessary libraries, so I have now got a compiled 2.32 version of ploticus....
xk997
Offline Send Email
Oct 6, 2005
8:52 pm
1640
Ken, I'll add this link to the ploticus download page for AIX 5.1 Glad you found it. Steve ... Stephen C. Grubb x-6633 Scientific...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Oct 7, 2005
12:17 pm
1641
I took the code snippets and expanded them into a program for making the templates Steve mentioned. It makes a whole bunch of templates. Don't worry about the...
dagoldman
Offline Send Email
Oct 9, 2005
12:25 am
1642
Daniel, thanks, this should be enough to get started with Steve ... Stephen C. Grubb x-6633 Scientific Software Engineer, The Jackson...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Oct 10, 2005
1:59 pm
1643
If you want me to fiddle further, let me know. By the way, Andrew was right that rounding errors were involved. There were tiny errors in the internal ...
dagoldman
Offline Send Email
Oct 10, 2005
6:20 pm
1644
Hi, First, thanks for ploticus! It is a fantastic tool, making programatic graph creation quick and flexible. I have noticed a bug when categories have similar...
Paul Johnston
paj282001
Offline Send Email
Oct 10, 2005
10:12 pm
1645
Paul, this is how categories originally worked, and this was left as the default for backward compatibility. To get the results you're after, add a ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Oct 11, 2005
12:21 pm
1646
Morten, proc lineplot has an attribute called 'gapmissing' that is designed to help with this issue. http://ploticus.sourceforge.net/doc/lineplot.html Steve ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Oct 11, 2005
1:11 pm
1647
Hi, this can be done in a script using #proc areadef xscaletype: time hh:mm:ss xautorange: datafield=time nearest=hour ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Oct 11, 2005
1:25 pm
1648
... From: Ruben Squartini <ruben@...> Date: Oct 7, 2005 4:25 PM Subject: Ploticus running fine in Debian Sarge AMD64 To: stevegrubb@... Hi...
Steve Grubb
stevegrubb1
Offline Send Email
Oct 11, 2005
2:00 pm
1649
... From: David Kantola <dkantola@...> Date: Oct 9, 2005 6:20 AM Subject: Bug report for Ploticus To: stevegrubb@... Hi, I'm having two problems...
Steve Grubb
stevegrubb1
Offline Send Email
Oct 11, 2005
2:01 pm
1650
... From: David Kantola <dkantola@...> Date: Oct 10, 2005 2:04 AM Subject: Bug report for Ploticus: followup To: stevegrubb@... Hi again, I looked...
Steve Grubb
stevegrubb1
Offline Send Email
Oct 11, 2005
2:01 pm
1651
Marc, the clustersep algorithm will only space the bars uniformly when the bars all have the same thickness. if you have a category X axis you might be able to...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Oct 11, 2005
2:16 pm
1653
Hi Steve, Thanks for that - I have updated all my graphs to use #proc categories and the problem is solved. Keep up the good work! Paul...
Paul Johnston
paj282001
Offline Send Email
Oct 13, 2005
4:57 pm
1654
Hi Steve, I use proc categories, did not see the bug, appreciated your explanation. Could you verify my understanding... categories.comparemethod exactly...
dagoldman
Offline Send Email
Oct 13, 2005
9:33 pm
1655
Daniel, You're mostly correct, see below. -Steve ... true ... checkuniq is 'yes' by default, and you would rarely want to set it to 'no'. Setting it to 'no'...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Oct 14, 2005
5:19 pm
1657
Has anyone used the regular hist prefab to overlay two histograms on top of each other? I am looking to have overlayed histograms with the bars displayed. I...
dolo05
Offline Send Email
Oct 18, 2005
3:29 pm
1658
... From: Steve Grubb <stevegrubb@...> Date: Oct 19, 2005 12:09 PM Subject: Re: ploticus compilation problems To: Dennis Lubert Dennis, I've removed the...
Steve Grubb
stevegrubb1
Offline Send Email
Oct 19, 2005
4:10 pm
Messages 1627 - 1658 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