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 1734 - 1763 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1734
I am creating a stacked horizontal bar graph to display various categories as a percentage of the whole (in other words, the sum of all categories for each...
schonbach
yahoo@...
Send Email
Dec 6, 2005
2:16 pm
1735
Hi, I understand your question. A "labelselect" attribute, where you could specify a condition for label printing, would be useful.. I'll add it to my todo...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Dec 9, 2005
2:40 pm
1736
I have looked through the prebuilt scripts and the test dir and I can't find an example of the syntax I am looking for... though it seems a very obvious...
de_anander
Offline Send Email
Dec 21, 2005
2:18 pm
1737
Hi, the way I would do this is to use the "select" attribute of your plotting proc. For instance if you are doing lineplots: #proc getdata ... #proc areadef ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Dec 21, 2005
6:13 pm
1738
I have been looking at the compare prefab to plot bar graphs. However, I noticed that the prefab only seems to support labelling for two sub-categories (in the...
Niraj Tolia
ntolia79
Offline Send Email
Dec 22, 2005
2:21 pm
1739
Hi Niraj, the 'compare' prefab only handles 2 subcategories, and there are no plans to extend this. You might try running the prefab with 2 subcategories and...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Dec 22, 2005
7:50 pm
1740
ploticus segfaults when the name of its input script file is too long: $ ploticus...
Andrew Schulman
andrex593
Offline Send Email
Jan 2, 2006
3:54 pm
1741
Hello, I try to do a line plot with pointsymbols for every 5 data points. Using altsymbol and altwhen with modulus seems to be a simple way to get the result I...
mhmh0023
mhmh0023@...
Send Email
Jan 9, 2006
2:19 pm
1742
Reminder: this is a _moderated_ newsgroup. When you post a message there may be a delay before it appears, since the moderator (me) must approve each message...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 9, 2006
2:39 pm
1743
Hi, See below.. Firefox 1.5+ supports SVG.. the correct mime type for SVG images is "image/svg+xml" not "image/svg-xml" as had been stated in the ploticus...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 12, 2006
6:07 pm
1744
A user reported the following problem and source code fix to svg.c ... From: Mark Schonbach Date: Jan 20, 2006 2:38 PM Subject: Ploticus 2.3.2 SVG -tag bug To:...
Steve Grubb
stevegrubb1
Offline Send Email
Jan 23, 2006
2:22 pm
1745
Hi, If you're trying to show one square every five units don't you want to say this: pointsymbol: linecolor=red shape=square style=outline radius=0.0 ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 25, 2006
8:15 pm
1746
Hi Steve, Thanks for the tip. It works, but only up to 500 (for every 5), which is just barely enough for me. The number of altsymbols in this case is...
mhmh0023
mhmh0023@...
Send Email
Jan 30, 2006
2:44 pm
1747
Mark, I checked the source code and you're right, there is a limit of 100 alternate points. If you have the source code you can raise this by editing...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 31, 2006
1:16 pm
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
Messages 1734 - 1763 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