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 2066 - 2096 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2066
Hi, Jeffrey Hutzelman pointed out recently that a coding practice that I used widely in code rewrite/cleanup for ploticus 2.40 is not proper practice and will...
Steve Grubb
stevegrubb1
Offline Send Email
Apr 2, 2008
3:30 pm
2067
Bob, with the pie prefab you can only create one pie graph at a time. Perhaps you could create 3 png images and display them together. If you need 3 pies in...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Apr 2, 2008
3:31 pm
2068
Hello, I am new to this group and am using ploticus for about 2 years now. I auto-create ploticus scripts from a database environment to produce SVG images. I...
akunn
Offline Send Email
Apr 14, 2008
5:47 pm
2069
Im working with a # of datasets that I am now given on a weekly basis, where the datestamp is as follows for each datapoint: Sat Mar 01 11:13:16 PST 2008 Sat...
supra89ta
Offline Send Email
Apr 14, 2008
5:47 pm
2070
I can have 3 separate images - that's fine. if my data file is in this format, can the prefab work? Date C-Total C-Free C-Used C-%%Free 03/29/2008 105858 67858...
bob_smithley
bob_smithley@...
Send Email
Apr 14, 2008
5:48 pm
2071
Hi Andrew, sorry for the frustration and for the abruptness of this functionality change... you might consider sticking with 2.39 for running your existing ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Apr 14, 2008
6:30 pm
2072
Hi, I'm new to ploticus, and am learning, but after a day of banging my head, it's time for a question. I'd like to do something like bars5a, to produce...
watcherofthenightskies
aling@...
Send Email
Apr 17, 2008
12:26 pm
2073
Another thought: equivalently, can I build up the graph from left to right, one cluster at a time, essentially processing a datafile row by row (record by...
watcherofthenightskies
aling@...
Send Email
Apr 17, 2008
1:55 pm
2074
Here is my data: Date,VTL1-Capacity,VTL1-Used,VTL2-Capacity,VTL2-Used,VTL3-Capacity,VTL3-Used 04/14/08,119264,3500,119264,89643,119264,17 How can I assign a...
supra89ta
Offline Send Email
Apr 22, 2008
12:12 pm
2075
Hello, I currently have a script that goes out and polls devices on a network for the number of cable modems that it has that are online and offline. While...
drtrry5
drtrry5@...
Send Email
Apr 30, 2008
4:41 pm
2076
I've had to do something similar. I defined the xscaletype and told it what column and format. Then I used variables for the xrange and I set the y axis to...
Sheahan, John
johncsheahan...
Offline Send Email
May 5, 2008
10:56 am
2077
... line. ... MMMdd. ... I have fixed my original issue. I have one other question. I have uploaded an example here... ...
drtrry5
drtrry5@...
Send Email
May 5, 2008
10:57 am
2078
I have used ploticus for years, and really like it. I have a C program that generates a ploticus script for an ad-hoc chart. The C program dynamically sets...
Daniel Goldman
dagoldman
Offline Send Email
May 5, 2008
10:57 am
2079
A few additions: ** I also need to measure and dynamically set label offset, page size, box width, etc. *** for svg output ***. So that might complicate...
Daniel Goldman
dagoldman
Offline Send Email
May 8, 2008
1:30 pm
2080
Trying to use Ploticus to manage a large monthly dataset that I need to make charts of. Right now, I have to export these values from an application into ...
supra89ta
Offline Send Email
May 8, 2008
1:30 pm
2081
Hi Stephen, Did you manage to update ploticus to support Weeknum? I'm currently displaying data based on date, but have been asked to display by work week. ...
larzenth
larzenth@...
Send Email
May 12, 2008
1:35 pm
2082
Hi, I am plotting a graph of events per site per day. I have 8 sites, but currently I see that the chorn prefab only allows up to 4. My data file may look...
amirmiller7
amirmiller@...
Send Email
May 13, 2008
11:56 am
2083
Hi there, I am trying to make a chart like the http://ploticus.sourceforge.net/gallery/sess.htm example. But I am unable to build this chart, and sadly it is...
revhelix
revhelix@...
Send Email
May 30, 2008
3:20 pm
2084
Dear Ploticus Newsgroup, I'm running into a bit of a road block with a specific problem and am hoping for some valuable advice. I have a specific size...
Kay Wrobel
kay.wrobel@...
Send Email
Jun 3, 2008
4:18 pm
2085
Hi, the -pagesize command line option should do what you want. http://ploticus.sourceforge.net/doc/pl.1.html#resultsize you can also do the same thing via Proc...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 5, 2008
12:30 pm
2086
... I need EPS. PNG/GIF/JPEG are all not supported by Miraprint (it only understands BMP or EPS). Also, EPS outputs look a lot better on the output pages, I...
Kay Wrobel
kwrobel@...
Send Email
Jun 6, 2008
10:40 pm
2087
Hi Kay, sorry about that. It may be that EPS "standard policy" is for the importing application to be responsible for sizing the EPS appropriately. Does your...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 13, 2008
6:31 pm
2088
Steve, Miraprint allows me to enlarge/reduce by percentage. Customer Support at Distinct Imaging has helped me finding the best scale factor by reading the...
Kay Wrobel
kwrobel@...
Send Email
Jun 16, 2008
11:36 am
2089
Hi, Hopefully someone here will know the answer to this. I'm trying to build libploticus.dylib (with png, jpeg, freetype, etc.) on a MBP with Leopard. It is...
aswiens
awiens@...
Send Email
Jun 18, 2008
5:16 pm
2090
Fixed. I was not including the -lgd flag when compiling the example (api_examp.c). --Andy ... libploticus.dylib ... on...
aswiens
Offline Send Email
Jun 19, 2008
12:29 pm
2091
Hello all, Studying the non-conformant XHTML output at Wikipedia produced by the mediawiki extension EasyTimeline [1] i have narrowed it down to the ploticus,...
Platonides
platonides@...
Send Email
Jul 7, 2008
12:29 pm
2092
Hi all -- I'm using ploticus for some stats graphing for our calendar system (see https://stats.wisccal.wisc.edu, links at the bottom of the page). I noticed...
Guy S.
stal_g
Offline Send Email
Jul 21, 2008
3:43 pm
2093
Hello Guy, I run the precompiled solaris on my system (solaris sunos 5.8) and am seeing the legends. The precompiled system was built using gcc. Also, the...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jul 21, 2008
6:12 pm
2094
Steven, First - thanks for an incredible product. I couldn't believe my good fortune when I first discovered it. Take a look at the stats.wisccal.wisc.edu...
Guy S.
stal_g
Offline Send Email
Jul 23, 2008
9:16 pm
2096
Hi, I'm trying to plot data similar to this using the lines prefab (Ploticus 2.40): A 3 B 7 C 9 $ pl -prefab lines data=test2.tab x=1 y=2 cats=yes However,...
Michael Piotrowski
mxp@...
Send Email
Jul 30, 2008
9:27 pm
Messages 2066 - 2096 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