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 1834 - 1863 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1834
Hi, ploticus 2.33 was released today http://ploticus.sourceforge.net Steve...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 2, 2006
5:47 pm
1835
... Steve, excellent work. The new "direct pixel" symbols are a vast improvement. Hats off. Andrew....
Andrew Schulman
andrex593
Offline Send Email
Jun 5, 2006
1:05 pm
1836
Hi, ploticus proc import http://ploticus.sourceforge.net/doc/import.html can be used to do this, with some stipulations. Regarding the permission issue, I...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 6, 2006
4:04 pm
1837
Hello, I am new to ploticus and have to integrate with a project. I am going to create many gantt charts, however, I did not find prefabs with gantt charts. I...
ywang1031
ywang1031@...
Send Email
Jun 6, 2006
4:06 pm
1838
... Hi Does your gantt chart mean the deafult ones that are mostly used - that aims to show the timing of tasks or activities as they occur over time. If so,...
abhishek.ramanujam
abhishek.ram...
Offline Send Email
Jun 7, 2006
3:24 pm
1839
Yi, parameterizing your input is simple. Write your script #proc getdata file: @data Then invoke your script like this: pl myscript data=mydata .... If you...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 7, 2006
3:29 pm
1840
Hi, I would like to use ploticus to generate graphs for a website using data from our Oracle database. The only way I can think to do this is to select my...
jfazo@...
Send Email
Jun 8, 2006
12:37 pm
1841
Hi, I am using the proticus lineplot procedure to draw a line through many plot points. I have precomputed values for average and standard deviation of my...
jfazo@...
Send Email
Jun 8, 2006
12:37 pm
1842
Hi Ho can I change the pie chart's background color from white to black? Thanks, Alan...
moeen49_
amoeen7
Offline Send Email
Jun 18, 2006
12:22 pm
1843
Joni, either that or if you have a command line utility that dumps out oracle data you can invoke that #proc getdata command: oradump .... I believe this goes...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 18, 2006
12:22 pm
1844
Joni, Here's an example: #proc areadef xrange: 0 10 yrange: 0 100 yaxis.stubs: inc #set mean = 44 #set sd = 8.7 // do the mean line... #proc line linedetails:...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 18, 2006
12:31 pm
1845
Hi Steve, Thanks for doing my autozero request. However... it doesn't quite work right I'm afraid. I modified lineplot20 to include autozero, patch below....
Jamie Echlin
jechlin@...
Send Email
Jun 18, 2006
12:32 pm
1846
Hi, just a reminder that the ploticus discussion forum is a moderated forum, meaning that someone (me in this case) must approve all messages before they go...
stevegrubb1
Offline Send Email
Jun 18, 2006
12:44 pm
1847
Hi, I have installed ploticus and all is working fine, both using the standard pl command and using python from the command line using the plug in. The...
socialdebris2003
socialdebris2003@...
Send Email
Jun 22, 2006
1:45 pm
1848
I am using Perl to access ploticus from the web. I ended up using a temp file and it working out just fine. Thanks, Joni...
jfazo@...
Send Email
Jun 22, 2006
1:45 pm
1849
Worked great! Thanks. Joni...
jfazo@...
Send Email
Jun 22, 2006
1:46 pm
1850
Hi, Is there a way to get a lineplot pointsymbol that is a "X" ? Thanks, Joni...
jfazo@...
Send Email
Jun 22, 2006
1:46 pm
1851
Hi everybody, I have to sort my input data using ploticus and cannot find a way to do that. In a set like: #proc getdata data: "A" 10 19 "B" 13 17 "C" 11 19 I...
diehottentottenkommen
herbergs@...
Send Email
Jun 28, 2006
8:47 pm
1852
After a little digging I've commented out line 353 of proc_getdata.c and it seems to be parsing my data correctly now. The comment associated with this line...
James Srinivasan
james_srinivasan@...
Send Email
Jun 28, 2006
8:47 pm
1853
I have a scatterplot graph using categories. The data looks like this: 06/23/06.03:16:22,atl1cag7,timed out reading,8 06/23/06.03:16:51,atl1cag5,timed out...
dromeyn
Offline Send Email
Jun 28, 2006
8:47 pm
1854
Hi everyone. I'm trying to do a ploticus chron graph where I can have tabbed results that have different colors, but I'm not sure how to accomplish this. I...
spinosalorang
Offline Send Email
Jun 28, 2006
8:48 pm
1855
I'm having some problems with a getdata filter I've written. The code is as follows: #proc getdata pathname: data/dcache.misses.dat fieldnameheader: yes ...
James Srinivasan
james_srinivasan@...
Send Email
Jun 28, 2006
8:48 pm
1856
Joni, You can get "X" point symbols this way: #proc getdata data: 1 1 1 1 #proc areadef xrange: 0 5 yrange: 0 5 frame: yes #proc lineplot yfield: 1 ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 28, 2006
8:48 pm
1857
... Yes, but it depends on how you implement your server side scripts. I think it's worth avoiding tmp file cleanup. I use perl CGI for a simple tool that does...
Tim Butler
rotordyn
Offline Send Email
Jun 28, 2006
8:48 pm
1858
dear steve, I want to pass a variable to proc legend's specifyorder parameter so that it orders it in the way i want. I want to do something like this: #for...
kalendae79
kalendae79@...
Send Email
Jun 28, 2006
8:50 pm
1859
Hello, I am using ploticus with j2ee,does anyone know whether there is better solution to integrate it in java? I am using Runtime to execute now. I have a...
ywang1031
ywang1031@...
Send Email
Jun 30, 2006
2:25 pm
1860
Hi, This is a fairly serious bug that was introduced in version 2.33. Your script may be affected by this bug if ALL of the following are true: 1) you use proc...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 30, 2006
5:46 pm
1861
Steve, I just downloaded version 2.33 (I am currently using 2.32). I noticed that with 2.33, floating bars don't render correctly. It looks like each bar...
schonbach
yahoo@...
Send Email
Jul 10, 2006
1:16 pm
1862
Mark, thanks for finding this. I was able to reproduce the problem here, and it is definitely a bug in 2.33 ... I'll report back when I've had a chance to...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jul 10, 2006
6:16 pm
1863
Steve, I believe I've found and fixed the bug. It looks like an incorrect check for an empty "overlapcolor" was being performed, and thus the overlap bars...
schonbach
yahoo@...
Send Email
Jul 11, 2006
3:01 pm
Messages 1834 - 1863 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