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 your group to be featured on the Yahoo! Groups website? 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 2204 - 2233 of 2233   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date v
2233
Hello, it looks like your x axis needs to be categories for what you're trying to do. See my edits below. -Steve ... axis: x datafield: wine ... xscaletype:...
Steve Grubb
stevegrubb1
Offline Send Email
Nov 17, 2009
4:44 pm
2232
ploticus, Trying to make the world's simplest bar graph here, with this script: #proc getdata file: wine.dat showdata: yes delim: whitespace fieldnames: wine...
borne52
Offline Send Email
Nov 17, 2009
4:37 pm
2231
Hello there, try adding stubvert=yes to the command. Steve...
Steve Grubb
stevegrubb1
Offline Send Email
Oct 23, 2009
8:24 pm
2230
Hello... this improvement will be present in the next release. -Steve...
Steve Grubb
stevegrubb1
Offline Send Email
Oct 21, 2009
5:35 pm
2229
Hello Berthold, mouseover on gif images is only possible when viewing an html page via a web browser. the <area.. > tags that pl writtes to stdout need to be...
Steve Grubb
stevegrubb1
Offline Send Email
Oct 21, 2009
5:34 pm
2228
I am a musician tracking my daily practice time in four categories. I would like to have a graph that represents one day's practice as a stacked bar totalling...
xuxa
kris@...
Send Email
Oct 21, 2009
5:34 pm
2227
Hello everyone, I want to generate a gif-file using 'proc scatterplot'. Further I want to use the clickmap-mouseover-feature of ploticus, so that a label...
berthold_mayer
berthold_mayer@...
Send Email
Oct 20, 2009
2:25 pm
2226
Hi folks! I respectfully submit the following patch for the next release of ploticus. It makes some super-trivial but useful changes to a prefab script. We use...
chmarrcheetah
chris@...
Send Email
Oct 20, 2009
2:25 pm
2225
Hello Champ, If you built ploticus from the source code you can raise the limit yourself. cd src edit clickmap.c find this: #define MAXENTRIES 500 and change...
Steve Grubb
stevegrubb1
Offline Send Email
Sep 22, 2009
4:36 pm
2224
Thanks. I experimented with the pagesize option and found that I need to increase the pixsize option appropriately to make it all work out pretty. In my case,...
beribboned
ben@...
Send Email
Sep 11, 2009
6:14 pm
2223
Hello, Are you able to get the desired results if you produce an img? If so, then it indicates that the problem may be specific to ps/eps. Let me know,...
Stephen Grubb
Stephen.Grubb@...
Send Email
Sep 9, 2009
5:00 pm
2222
Hello, did you try increasing -pagesize ? Steve ________________________________________ From: ploticus@yahoogroups.com [ploticus@yahoogroups.com] On Behalf Of...
Stephen Grubb
Stephen.Grubb@...
Send Email
Sep 9, 2009
4:59 pm
2221
I am making a concept chart using the #proc annotate method based on the "simple E-R diagram" example on http://ploticus.sourceforge.net/doc/clickmap.html When...
beribboned
ben@...
Send Email
Sep 1, 2009
11:55 am
2220
Is ps/eps output incompatible with colorfield? I searched and did not yet find that restriction....
beribboned
ben@...
Send Email
Sep 1, 2009
11:54 am
2219
Hello Ben, I tried your example and the colors seem to work here, using x11 and image output formats... see attached img. echo "3 3 20.45 black 5 1 1.00 blue 0...
Stephen Grubb
Stephen.Grubb@...
Send Email
Aug 18, 2009
4:47 pm
2218
Ok, the sizefield and sizescale worked as advertised. I haven't got the colorfield to work yet: datafile: 3 3 20.45 black 5 1 1.00 blue 0...
beribboned
ben@...
Send Email
Aug 18, 2009
4:21 pm
2217
Hello, The underlying engine has this capability but the scat prefab does not. You can easily add it... go into your ./prefabs directory and edit scat.pl......
Stephen Grubb
Stephen.Grubb@...
Send Email
Aug 13, 2009
6:15 pm
2216
have a look at http://www.thregr.org/~wavexx/software/trend/ or you might be able to modify http://gapcmon.sourceforge.net/ ( I know this group is for...
beribboned
ben@...
Send Email
Aug 13, 2009
6:15 pm
2215
Is there a way (using prefabs) to create a bubble plot which is essentially a scatterplot in which the plotting symbol diameter or area is proportional to a...
beribboned
ben@...
Send Email
Aug 13, 2009
5:21 pm
2214
Hello, first of all, sorry to be late but I was off for a few days. Well, the rigth word should be "table" : I would like to draw tables such html can do but...
dpa2te
denis.patte@...
Send Email
Aug 11, 2009
8:42 pm
2213
Steve, It looks like X11R6 added some matrix transformation capabilities to its fonts support, so it may be possible now to write the text vertically. See this...
Joshua Simons
jsimons@...
Send Email
Jul 28, 2009
7:55 pm
2212
Hello, can you supply an example of an "array plot" (such as a url). I'd like to know exactly what these are. -Steve ________________________________________...
Stephen Grubb
Stephen.Grubb@...
Send Email
Jul 28, 2009
7:55 pm
2211
Thank you Steve. That was a very useful suggestion. The charts look great now. -Travis...
travis_bear
travis_bear@...
Send Email
Jul 28, 2009
7:54 pm
2210
Hello, use something like this: yinc="100 1000" this should put a stub every 100,000 but show numbers in the 100's (native value divided by 1000)... you...
Stephen Grubb
Stephen.Grubb@...
Send Email
Jul 27, 2009
3:03 pm
2209
Hi, i'm looking for a simple way to draw arrays directly in png format. I thought a "proc array" would exist in Ploticus but i didn't find it. I tried to do it...
dpa2te
dpa2te@...
Send Email
Jul 27, 2009
3:03 pm
2208
Hello Josh, short answer - you are getting the expected behavior ploticus uses native x11 fonts, and x11 doesn't support vertical text. Steve ...
Stephen Grubb
Stephen.Grubb@...
Send Email
Jul 27, 2009
3:03 pm
2207
Hi, I am using ploticus 2.32 with the lines prefab to graph network bandwidth use. The numbers involved have many digits, typically 6 or 7. By default...
travis_bear
travis_bear@...
Send Email
Jul 24, 2009
6:02 pm
2206
I used the second prefab dist example in the handbook as a reference: http://ploticus.sourceforge.net/doc/prefab_dist_ex.html and created my own histogram. My...
Joshua Simons
jsimons@...
Send Email
Jul 24, 2009
6:02 pm
2205
Thanks! I'll include these notes, and the FPIC Makefile mods in the next release. -Steve ________________________________________ From:...
Stephen Grubb
Stephen.Grubb@...
Send Email
Jul 15, 2009
5:58 pm
2204
pyPloticus is a python wrapper for libploticus. On my Mandriva 2009.1 system I was having trouble with an undefined symbol error after compiling libploticus...
shlinuxau
Offline Send Email
Jul 8, 2009
4:58 pm
Messages 2204 - 2233 of 2233   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help