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 1476 - 1512 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1476
clip doesn't appear to work with stairstep lineplots. is this a known limitation? #proc lineplot linedetails: color=drabgreen width=0.50 style=2 yfield:...
dromeyn
Offline Send Email
May 2, 2005
12:52 pm
1477
Hi, yes this is a stated limitation. From proc lineplot man page: clip yes | no If yes, the plotted line and any rendered points or point labels are ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 2, 2005
3:00 pm
1478
Benjamin, it appears that some X11 header files couldn't be found. The Makefile looks for X11 header files in /usr/X11R6/include ... maybe yours are in a...
Steve Grubb
stevegrubb@...
Send Email
May 2, 2005
3:07 pm
1479
Hi everyone, I have been using the heatmap prefab, and i have a couple of questions: 1. how can I suppress the yaxis stubs, ticks, and other details in the ...
Rahul Saxena
rahulsaxon
Offline Send Email
May 3, 2005
6:21 am
1480
Thanks Steve. Now I fixed the problem a few days ago, I will try to recollect my memories. What I did are: 1. Turned off X capabilities in the Makefile 2....
Benjamin Hak-Fung Chiao
benjamin.chiao@...
Send Email
May 3, 2005
9:23 pm
1481
Hello, and thanks for a very useful package! I am trying to produce a timeline of events using horizontal bars using ploticus 2.31 built from source on...
John Faith
jfaith7@...
Send Email
May 3, 2005
10:34 pm
1482
... Rahul, You can now use yaxis=none to suppress the y axis. This was a bug that has now been fixed. The fix is available on ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 9, 2005
7:43 pm
1483
John, adding the "select" command as you did, is probably as good a technique as any. You can alternatively do a "select" in proc bars. Proc bars has a...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 10, 2005
1:21 pm
1484
Hi, a minor bug fix, known as late update 2.31-05, has been posted on the ploticus download page. It is a fix to the heatmap prefab. The bug: when yaxis=none...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 10, 2005
1:55 pm
1488
*** With many textsize settings, the spacing between X-axis stub sub-lines looks like double-spacing, looks "bad", wastes space. Can I modify the spacing? If...
dagoldman
Offline Send Email
May 16, 2005
12:13 am
1489
Kevin, based on your description, having a single web page containing the citation seems fine, as long as interactive users can easily find it. -Steve...
Steve Grubb
stevegrubb@...
Send Email
May 17, 2005
12:32 pm
1490
Andrew, when you do -pagesize 70,8 you're asking it to produce a 70" wide X window, which is something I never envisioned that anyone would want to do. You're...
Steve Grubb
stevegrubb@...
Send Email
May 17, 2005
12:47 pm
1491
Daniel, ploticus produces PNG images using the GD library which (unless you've built ploticus with freetype2) has only 5 font sizes.. you get the one nearest...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 17, 2005
1:24 pm
1492
If I build ploticus with freetype2, any opinions if it will do a better job of spacing between lines? Any other advantages / disadvantages of using freetype2?...
dagoldman
Offline Send Email
May 18, 2005
6:37 am
1493
Daniel, line spacing probably won't be much better if you build a freetype2 version.. the reason being that pl guesses the line spacing distance based on the...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 19, 2005
12:43 pm
1496
Hi all, I have a data file of 7 fields (~1000 records) with date then time as the first two fields. This seems to give Ploticus 2.30 a bit of a sore head. When...
shlinuxau
shlinuxau@...
Send Email
May 22, 2005
8:21 am
1497
Hi, Been playing with Ploticus for about three days now, and I like it :) I have a problem, though; I'm trying to plot tens of thousands of individual points...
Dave
ba_crash
Online Now Send Email
May 22, 2005
6:54 pm
1499
Hi, this could be a bug but I can't really tell unless I can reproduce the problem here. If you could send me your script, and the well-behaving data set, and...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 23, 2005
6:07 pm
1500
Hi, I believe the problem is that you've specified comma-delimited data, but your data values are delimited by not only commas plus spaces as well. Either take...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 23, 2005
6:10 pm
1501
OK, it will take me a little while to get the time....
Dave
ba_crash
Online Now Send Email
May 24, 2005
4:21 am
1502
Hi, I've posted two new source code bug fixes, accessible via http://ploticus.sourceforge.net/doc/download.html 2.31-08 - cgi security vulnerability - those...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 24, 2005
7:26 pm
1504
Hello everybody, I want to use ploticus for the plots in my Ph. D. thesis. Unfortunately my boss sets tight requirements for these plots. As such, I need to...
belgabor
belgabor@...
Send Email
May 30, 2005
1:41 pm
1505
Tobias, 1) there's no automatic way that I knowof to do a legend frame 2) here's an example that does this: #proc getdata data: 5 6 4 4.5 7 #proc areadef ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 31, 2005
2:33 pm
1506
Hi Steve, 1) I feared as much, but thats no real hassle, I can probably live with #proc rect =) 2) Unfortunately either you didn't quite get what I exactly...
belgabor
belgabor@...
Send Email
May 31, 2005
3:06 pm
1507
Tobias, it looks like it is always going to put 2 symbols in, but the code can be easily changed to just show one symbol. to change the src code, edit...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 31, 2005
3:29 pm
1508
Steve, thank you very very much! That actually did it =) The exact sytax needed was Emark( x-(seglen*0.5)-0.1, yy, symcode, radius ); Would you be interested...
belgabor
belgabor@...
Send Email
Jun 1, 2005
9:32 am
1509
Hi, I've placed a security advisory on the ploticus web site at http://ploticus.sourceforge.net/doc/news.html Basically it says that in direct CGI mode prefabs...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 1, 2005
5:49 pm
1510
Hi again, This is essentially a repeat of the earlier direct CGI security message, but put another way because some of the concerns apply to any context (not ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 1, 2005
7:50 pm
1511
So the issue appears to be that datematic stubs want to switch to month intervals, but since the xscaletype is datetime, I get the error message: pl proc axis:...
Dave
ba_crash
Online Now Send Email
Jun 1, 2005
9:39 pm
1512
Hi Steve, I think ploticus PNG is great and currently use it for output generated by the c-code apps I use to analyze my research data. It would save me a...
Louis Godio
lgodio
Offline Send Email
Jun 2, 2005
2:53 pm
Messages 1476 - 1512 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