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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1748 - 1777 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1748
Hi! I wrote ploticus script for displayging some data from my server, but the graph looks strange. Lines are connecting the ends of the graph with the...
jovvany
Offline Send Email
Feb 6, 2006
2:59 pm
1749
Hi If I plot the y1 axis (column2 below) with yaxis.stubs: datematic yaxis.stubformat: %.0f I get a y1-axis labeling of 0,0,0,1,1,1 because the height is fixed...
Morten Bjørnsvik
morten_bjoer...
Offline Send Email
Feb 6, 2006
3:00 pm
1750
Hello, all Today, I've sucessfully built ploticus 2.3.2 with FreeType2 support (I've really needed cyrillic characters in plots, which doesn't supported by...
Max Lapan
lapan_mv
Offline Send Email
Feb 6, 2006
3:01 pm
1751
Hi Steve, I'm trying to to a time plot (using version 2.31 of ploticus) of some data where I have it in the following format: start end total num failed kb...
l8gravely
john@...
Send Email
Feb 6, 2006
3:01 pm
1752
After some more investigating it is the inc auto which us wrong yaxis.stubs: inc auto yaxis.stubformat: %.0f It is fixed by setting yaxis.stubs: inc 1 but in...
Morten Bjørnsvik
morten_bjoer...
Offline Send Email
Feb 6, 2006
3:01 pm
1753
Hello, I'm trying to make a simple heatmap of the data pasted below. This is what I'm trying to do: pl -prefab heatmap data=lowestRmsd.dat x=1 xcats=yes y=2...
phrm75
Offline Send Email
Feb 6, 2006
3:02 pm
1754
Max, there is a cygwin-based build w/ freetype etc. available now from the download page http://ploticus.sourceforge.net/doc/download.html if your build offers...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 6, 2006
7:06 pm
1755
Kalin, double-check to be sure your input data are indeed in exact chronological order, or use the sort option (eg. #proc lineplot ... sort: yes Steve ... ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 6, 2006
7:06 pm
1756
Hi, you are specifying your script file ploticus-bars.plt as your input data file. Change the file name in proc getdata to something else. -Steve ... Stephen...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 6, 2006
8:22 pm
1757
Hi, you are specifying your script file ploticus-bars.plt as your input data file. Change the file name in proc getdata to something else. -Steve ... Stephen...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 6, 2006
9:49 pm
1758
... I am such a rube. Thanks for being so nice about it. Makes perfect sense now, and I'm generating plots. Now to tweak it to look like I want it to look. ...
l8gravely
john@...
Send Email
Feb 7, 2006
8:57 pm
1759
Helge, ploticus heatmaps are generated as a grid. I have only tested ploticus heatmaps at relatively low granularity/resolution such as seen in the examples....
Steve Grubb
stevegrubb1
Offline Send Email
Feb 10, 2006
1:19 pm
1760
From: Bijwaard, Dennis <> Date: Feb 9, 2006 10:36 AM Subject: Ploticus/EasyTimeLine and native SVG in Firefox-1.5 To: stevegrubb@... Dear Steve, I found...
Steve Grubb
stevegrubb1
Offline Send Email
Feb 10, 2006
4:00 pm
1761
Pls see my responses below. -Steve ... Yes, stubformat only applies to incremental-type stubs that ploticus generates.. it cannot be applied to stubs that you...
Steve Grubb
stevegrubb1
Offline Send Email
Feb 10, 2006
4:00 pm
1762
Hi, several weeks ago there was a reported issue where SVGZ plots weren't being displayed properly by firefox 1.5, due to a web host mimetype issue. ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 15, 2006
3:56 pm
1763
I started using plocticus about 1-2 years ago. To graph the values I collect for disk consumption in my server farm. I'd like to alter the graph so that it has...
csw_620
sleet-j6@...
Send Email
Feb 17, 2006
4:58 pm
1764
Hi, 2 new source code fixes have been posted http://ploticus.sourceforge.net/doc/updates.html -Steve...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 17, 2006
5:29 pm
1765
a fixed functions.c has been posted to the late source code updates page or you can just comment out line 649 in functions.c Steve...
Steve Grubb
stevegrubb1
Offline Send Email
Feb 17, 2006
5:31 pm
1766
Hi Steve, I'm fairly new to Ploticus, and apologise if this is an obvious question. I would just like to ask about an error I just can't seem to solve. I have...
almostailsa
almostailsa@...
Send Email
Feb 23, 2006
2:50 pm
1767
Ailsa, setting -maxrows 1000000 should have done it. Did the -debug output have anything useful in it? Otherwise I don't know what's happening. Steve ... ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 27, 2006
3:11 pm
1768
Hi, To set a fixed y axis max, use the 'yrange' parameter. You may be able to draw a horizontal line by specifying an 'include1' or 'include2' parameter, and...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 27, 2006
3:11 pm
1769
Hi, a fix 2.32-04 has been posted to http://ploticus.sourceforge.net/doc/updates.html the proc legend boxmargin attribute wasn't working. Steve Stephen C....
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 27, 2006
3:19 pm
1770
Hi, there must be some problems due to the fact that data values are all in the range of 0.0 to 1.0 As a workaround you can specify 'cutofflist' like this: pl...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 27, 2006
3:33 pm
1771
Andrew, it sounds like you're looking at the web pages for the "Easy Timeline" package. This is a package that "sits on top of" ploticus, and operates at a...
Steve Grubb
stevegrubb1
Offline Send Email
Feb 28, 2006
5:02 pm
1772
Hi, I tried your example and discovered that there are some prefab parameters that cannot be set from within the data file. I will have to determine how to...
Steve Grubb
stevegrubb1
Offline Send Email
Feb 28, 2006
5:03 pm
1773
ploticus 2.31 (unix) pl -prefab scat data=stdin x=1 y=2 -png ystubdet="size=12" xstubdet="size=16" -o foo.png does not seem to alter fontsize for ystubs, only...
beribboned
ben@...
Send Email
Feb 28, 2006
7:24 pm
1774
Hi, this is a bug caused by a stupid typo on my part. You can fix it by going into your ploticus prefabs directory, editing chunk_yaxis, and changing line 17...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 28, 2006
7:36 pm
1775
Hi, A fix to this bug has now been posted to http://ploticus.sourceforge.net/doc/prefab_updates.html Steve ... Stephen C. Grubb scg@......
Stephen C. Grubb
stevegrubb1
Offline Send Email
Mar 8, 2006
8:24 pm
1776
Hi, I need to plot the following data after tabulating it on a daily or weekly basis: 2006-02-05.09:32:45 1 0 0 2006-02-05.09:34:12 1 0 0 2006-02-05.09:36:36 1...
Rajkumar S
rajkumars@...
Send Email
Mar 14, 2006
1:43 pm
1777
Hi, I have a series of data like: 2006-02-05.09:32:45 1 0 0 2006-02-05.09:34:12 1 0 0 2006-02-05.09:36:36 1 0 0 .... Which may be or may not be sorted. I want...
Rajkumar S
raj@...
Send Email
Mar 14, 2006
1:46 pm
Messages 1748 - 1777 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