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...
2077
drtrry5
drtrry5@...
May 5, 2008 10:57 am
... line. ... MMMdd. ... I have fixed my original issue. I have one other question. I have uploaded an example here... ...
2078
Daniel Goldman
dagoldman
May 5, 2008 10:57 am
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...
2079
Daniel Goldman
dagoldman
May 8, 2008 1:30 pm
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...
2080
supra89ta
May 8, 2008 1:30 pm
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 ...
2081
larzenth
larzenth@...
May 12, 2008 1:35 pm
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. ...
2082
amirmiller7
amirmiller@...
May 13, 2008 11:56 am
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...
2083
revhelix
revhelix@...
May 30, 2008 3:20 pm
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...
2084
Kay Wrobel
kay.wrobel@...
Jun 3, 2008 4:18 pm
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...
2085
Stephen C. Grubb
stevegrubb1
Jun 5, 2008 12:30 pm
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...
2086
Kay Wrobel
kwrobel@...
Jun 6, 2008 10:40 pm
... 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...
2087
Stephen C. Grubb
stevegrubb1
Jun 13, 2008 6:31 pm
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...
2088
Kay Wrobel
kwrobel@...
Jun 16, 2008 11:36 am
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...
2089
aswiens
awiens@...
Jun 18, 2008 5:16 pm
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...
2090
aswiens
Jun 19, 2008 12:29 pm
Fixed. I was not including the -lgd flag when compiling the example (api_examp.c). --Andy ... libploticus.dylib ... on...
2091
Platonides
platonides@...
Jul 7, 2008 12:29 pm
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,...
2092
Guy S.
stal_g
Jul 21, 2008 3:43 pm
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...
2093
Stephen C. Grubb
stevegrubb1
Jul 21, 2008 6:12 pm
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...
2094
Guy S.
stal_g
Jul 23, 2008 9:16 pm
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...
2096
Michael Piotrowski
mxp@...
Jul 30, 2008 9:27 pm
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,...
2097
franxxk
Aug 1, 2008 2:47 pm
Hi, I try to annotate a graph regarding category My catgory contains space. double quote are ok in getData proc,but i am unable to set annote proc parameters...
2098
Stephen C. Grubb
stevegrubb1
Aug 1, 2008 4:12 pm
Michael, this is a bug. I posted a fix here: http://ploticus.sourceforge.net/doc/news.html (it's the last entry in the Bug Fixes list). Thanks for finding &...
2099
Stephen C. Grubb
stevegrubb1
Aug 1, 2008 4:12 pm
Hello Franck, unfortunately there's no way to do this at the present time, that I can think of. If your category contains space then you can't use it to...
2100
Stephen C. Grubb
stevegrubb1
Aug 1, 2008 6:01 pm
Hello Erwin, Sorry for the ridiculously long delay in responding... other things have been taking priority over pl support requests recently... If you use the...
2101
Stephen C. Grubb
stevegrubb1
Aug 1, 2008 6:01 pm
Hello, sorry for the delay in responding.. Here's an example script that uses the $fieldname() function to get the field name associated with the integer field...
2102
Stephen C. Grubb
stevegrubb1
Aug 1, 2008 6:01 pm
Hello Ron, sorry for the delay in responding... I don't think you did something wrong, it seems like there is something faulty in the way "omitweekends" is...
2103
Stephen C. Grubb
stevegrubb1
Aug 4, 2008 7:30 pm
Hi, sorry about the delay in responding to this... I see a couple problems with what you're doing. 1) The data need to be in chronological order... yours...
2104
Jeff Mohler
supra89ta
Aug 4, 2008 7:30 pm
Thanks for the reply, hopefully someone can determine why I cant use Ploticus anymore because it wont accept my dataset size. I have other (old) posts on this....
2105
Michael Piotrowski
mxp@...
Aug 4, 2008 7:30 pm
Stephen, ... Thank you for fixing it so quickly! -- Michael Piotrowski, M.A. <mxp@...> Public key at...
2106
Michael Piotrowski
mxp@...
Aug 4, 2008 7:31 pm
Steve, ... Thanks again for fixing this issue. While creating my diagrams, I just noticed another small issue with lines and cats=yes, namely when a y axis...