Re: [vox-tech] Linux graphing software?

2003-05-31 Thread Troy Arnold
On Fri, May 30, 2003 at 09:54:22AM -0700, Micah J. Cowan wrote:
> On Thu, May 29, 2003 at 09:11:24PM -0700, Mark K. Kim wrote:
> > Alexandra,
> > 
> > In light of the conflicting suggestions, I thought I should mention that
> > sometimes you're supposed to put the file in .bashrc and sometimes it's
> > .bash_profile.  It really depends on the setup of your system.  I suggest
> > trying .bash_profile first, then .bashrc.
> 
> Huh. I would strongly recommend the opposite. .bash_profile is only
> loaded when your shell is a *login* shell; it isn't loaded, e.g., when
> you open a terminal emulator in X. Most people (?) are setup so their
> .bash_profile automatically imports settings from .bashrc as well, so
> global things go in .bashrc, but login-only stuff goes in
> .bash_profile.
> 

Considering how "most people" use X these days, Micah is correct on this.
I don't use a display manager -- I log into the console and start X if I
want to use it.  So, X and all it's children inherit the environment
from my login shell.  I figured setting ENV vars once in .bash_profile
is more efficient than setting it again in every subshell.  (Like it
really matters with modern hardware) 

However, when login is via xdm,kdm etc., the stuff in .bash_profile is
*not* available.

Thanks for pointing that out, Micah.

-troy
___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Linux graphing software?

2003-05-31 Thread Micah J. Cowan
On Thu, May 29, 2003 at 09:11:24PM -0700, Mark K. Kim wrote:
> Alexandra,
> 
> In light of the conflicting suggestions, I thought I should mention that
> sometimes you're supposed to put the file in .bashrc and sometimes it's
> .bash_profile.  It really depends on the setup of your system.  I suggest
> trying .bash_profile first, then .bashrc.

Huh. I would strongly recommend the opposite. .bash_profile is only
loaded when your shell is a *login* shell; it isn't loaded, e.g., when
you open a terminal emulator in X. Most people (?) are setup so their
.bash_profile automatically imports settings from .bashrc as well, so
global things go in .bashrc, but login-only stuff goes in
.bash_profile.

In my personal experience, the need for me to place anything in
.bash_profile is pretty rare.  A MOTD might be a good example, though.

-Micah
___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Linux graphing software?

2003-05-31 Thread A. A. King
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alex,

It'd probably be worth checking out the plotutils package

http://www.fsf.org/software/plotutils/plotutils.html

Very stable, very flexible 2-D plotting utilities.  There's a set of 
command-line tools which can handle data in several formats as well as C/C++ 
APIs and a library if you want to compile them into your own programs.  
Produce output in quite a large number of vector and bitmap formats.  The 
installation is of the standard, straightforward configure, make, make 
install variety (i.e., no Makefiles to edit, shell scripts to run, files to 
copy) and there are RPMs and probably Debian binary packages available as 
well.

For 3-D graphics, I haven't found a perfect solution, but the best I've found 
is the dislin package
http://www.linmpi.mpg.de/dislin/

Hope this helps!  Good luck.

Aaron

- -- 
[EMAIL PROTECTED]

If a nation values anything more than freedom, it will lose its freedom; and 
the irony of it is that if it is comfort or money it values more, it will 
lose that, too.
   -- W. Somerset Maugham
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+11Ob8KnfGN3pFDgRAqx4AJ4yBfh17fi04+4hGZlB/vJEbOn/dQCdEoCI
Lh2cncXBa/VV3hqpZ8a4fSs=
=3jcU
-END PGP SIGNATURE-

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Linux graphing software?

2003-05-30 Thread Tim Riley
Alexandra Thorn wrote:

> As I get to actually finishing up with my masters's thesis, I'm starting
> to think about ways to actually present my data.  I'm wondering if anyone
> out there has some recommendations of some relatively accessible Linux
> softward for creating pretty scatterplots of real data.

Check out Grace at http://plasma-gate.weizmann.ac.il/Grace


___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Linux graphing software?

2003-05-30 Thread dylan
just remembered another

openDX from IBM

http://www.opendx.org/

rather tough to learn, but it can do some neat stuff!

-dylan

on 03.5.29 10:16 PM, Jay Strauss at [EMAIL PROTECTED] was reported to have
writen:

> You didn't mention if you wanted a gui app with graphing capability or a
> programming language.  If the latter, Perl has a bunch of graphing modules,
> a quick search of search.cpan.org shows GD::Graph to be pretty function rich
> 
> Jay
> - Original Message -
> From: "Alexandra Thorn" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, May 29, 2003 5:44 PM
> Subject: [vox-tech] Linux graphing software?
> 
> 
>> 
>> As I get to actually finishing up with my masters's thesis, I'm starting
>> to think about ways to actually present my data.  I'm wondering if anyone
>> out there has some recommendations of some relatively accessible Linux
>> softward for creating pretty scatterplots of real data.  In the past I've
>> tended to use MSExcel for this sort of thing but would like to shake that
>> habit for obvious reasons.
>> 
>> Thanks,
>> Alex
>> 
>> ___
>> vox-tech mailing list
>> [EMAIL PROTECTED]
>> http://lists.lugod.org/mailman/listinfo/vox-tech
>> 
>> 
> 
> ___
> vox-tech mailing list
> [EMAIL PROTECTED]
> http://lists.lugod.org/mailman/listinfo/vox-tech
> 





-- 
"The world is a dangerous place to live; not because of the people who are
evil, but because of the people who don't do anything about it."
-Albert Einstein

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Linux graphing software?

2003-05-30 Thread Jay Strauss
You didn't mention if you wanted a gui app with graphing capability or a
programming language.  If the latter, Perl has a bunch of graphing modules,
a quick search of search.cpan.org shows GD::Graph to be pretty function rich

Jay
- Original Message - 
From: "Alexandra Thorn" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 29, 2003 5:44 PM
Subject: [vox-tech] Linux graphing software?


>
> As I get to actually finishing up with my masters's thesis, I'm starting
> to think about ways to actually present my data.  I'm wondering if anyone
> out there has some recommendations of some relatively accessible Linux
> softward for creating pretty scatterplots of real data.  In the past I've
> tended to use MSExcel for this sort of thing but would like to shake that
> habit for obvious reasons.
>
> Thanks,
> Alex
>
> ___
> vox-tech mailing list
> [EMAIL PROTECTED]
> http://lists.lugod.org/mailman/listinfo/vox-tech
>
>

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Linux graphing software?

2003-05-30 Thread dylan

Yeah -- ploticus is a lot of fun to play with... wish i had more reasons to
use it...

http://fungus.ucdavis.edu/weather/   <-only place i have found to use it
(sort of...)


here is the ploticus script that i used to make the weekly plot:

---snip--

#proc page

#proc getdata
file: temps.data
fieldnames: datetime airtemp soiltemp solar

#proc areadef
rectangle: 1 1 6 3
xscaletype: datetime mm/dd/yy
xautorange: datafield=datetime
xaxis.label: Date
xaxis.stubs: inc 1 day
xaxis.stubformat: MMMdd
yaxis.label: Temp (C)
yaxis.stubs: inc
#yrange: 0 100
yautorange: datafields=airtemp

//plot the air temp
#proc lineplot
linedetails: color=blue width=.5
xfield: datetime
yfield: airtemp
legendlabel: air temp

//plot the soil temp
#proc lineplot
linedetails: color=green width=.5
xfield: datetime
yfield: soiltemp
legendlabel: soil temp


#proc areadef
rectangle: 1 1 6 3
xscaletype: datetime mm/dd/yy
xautorange: datafield=datetime
xaxis.label: Date
xaxis.stubs: inc 1 day
xaxis.stubformat: MMMdd
yaxis.label: Solar Radiation (Watts/sq.meter)
yaxis.labeldistance: -0.6
yaxis.stubs: inc
yautorange: datafields=solar
yaxis.location: 6,0
yaxis.stubdetails: adjust=0.5,0 align=R
//yaxis.stubdetails: adjust=0.3,0 align=L

//plot the solar radiation
#proc lineplot
linedetails: color=red width=.5
xfield: datetime
yfield: solar
legendlabel: solar rad

#proc legend
format singleline
location: min+1 max
sep: 1


--snip-


here is some of the data:

 DATE  AIR  SOIL SOLAR
--snip-
05/22/03.01:00 21.7 18.0 0
05/22/03.02:00 21.1 17.7 0
05/22/03.03:00 20.7 17.4 0
05/22/03.04:00 20.4 17.1 0
05/22/03.05:00 20.5 16.8 3
05/22/03.06:00 18.8 16.5 35
05/22/03.07:00 22.0 16.3 269
05/22/03.08:00 24.3 16.1 455
05/22/03.09:00 25.3 16.1 626
05/22/03.10:00 26.9 16.2 768
--snip-


good luck!

-dylan

on 03.5.29 6:39 PM, Peter Jay Salzman at [EMAIL PROTECTED] was reported to have
writen:

> dylan, that's pretty cool (or rather, looking at the air temp, pretty
> hot.  arf arf).
> 
> this looks like a command based tool, like gnuplot, but with more
> impressive output.
> 
> how large is the command set (not data) to produce a graph like this?
> if it's only a few lines, can you post it to show what using ploticus
> looks like?
> 
> pete
> 
> On Thu 29 May 03,  6:36 PM, Dylan Beaudette <[EMAIL PROTECTED]> said:
>> i like ploticus:
>> http://ploticus.sourceforge.net/
>> 
>> i use it to automatically create all sorts of graphs:
>> http://fungus.ucdavis.edu/weather/images/weekly_temps.png
>> 
>> --dylan
>> 
>> 
>> 
>> 
>>> On Thu 29 May 03,  4:12 PM, Nicole the Wonder Nerd <[EMAIL PROTECTED]> said:
 Up spake Jonathan Stickel on Thu, May 29, 2003 at 04:02:29PM -0700:
> Anyway, my contribution to this thread is to recommend xfig for
> "post-processing" of plots as well as drawing original diagrams.  I
 have
 
 I would also like to plug 'dia'.  It's a great tool for drawing those
 simple circles-boxes-and-arrows diagrams that we computer scientists
 thrive on.
>>> 
>>> and it's a *really* fun program for the rest of us to play around with!
>>> ;)
>>> 
>>> if dia could only read visio formats, it would be nearly as much of a
>>> "killer app" as apache, imho.
>>> 
>>> i imagine it would be useful for EE's too...
>>> 
>>> pete
>>> 
>>> --
>>> GPG Instructions: http://www.dirac.org/linux/gpg
>>> GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D
>>> ___
>>> vox-tech mailing list
>>> [EMAIL PROTECTED]
>>> http://lists.lugod.org/mailman/listinfo/vox-tech
>>> 
>>> 
>> 
>> ___
>> vox-tech mailing list
>> [EMAIL PROTECTED]
>> http://lists.lugod.org/mailman/listinfo/vox-tech





-- 
"The world is a dangerous place to live; not because of the people who are
evil, but because of the people who don't do anything about it."
-Albert Einstein

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Linux graphing software?

2003-05-30 Thread Mark K. Kim
Alexandra,

In light of the conflicting suggestions, I thought I should mention that
sometimes you're supposed to put the file in .bashrc and sometimes it's
.bash_profile.  It really depends on the setup of your system.  I suggest
trying .bash_profile first, then .bashrc.

-Mark


On Thu, 29 May 2003, Henry House wrote:

> On Thu, May 29, 2003 at 08:19:25PM -0700, Alexandra Thorn wrote:
> > On Thu, 29 May 2003, Dylan Beaudette wrote:
> > > i like ploticus:
> > > http://ploticus.sourceforge.net/
> > >
> > > i use it to automatically create all sorts of graphs:
> > > http://fungus.ucdavis.edu/weather/images/weekly_temps.png
> > >
> > > --dylan
> >
> > Looks interesting.  Been trying to get it to run.  Can anyone out there
> > tell me how to "set environment variable PLOTICUS_PREFABS"?  I feel like I
> > should know how to do this, but when it comes down to it, I'm still an
> > newbie.
>
> Assuming you use bash, export PLOTICUS_PREFABS='' will do this once.
> To set the variable in all new shells, add the appropriate export
> VARIABLE_NAME= to ~/.bashrc.
>
> --
> Henry House
> The attached file is a digital signature. See 
> for information.  My OpenPGP key: .
>

-- 
Mark K. Kim
http://www.cbreak.org/
PGP key available upon request.

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Linux graphing software?

2003-05-30 Thread Mark K. Kim
In BASH,

   export PLOTICUS_PREFABS=whatever_you_want_to_set_it_to

-Mark


On Thu, 29 May 2003, Alexandra Thorn wrote:

> On Thu, 29 May 2003, Dylan Beaudette wrote:
> > i like ploticus:
> > http://ploticus.sourceforge.net/
> >
> > i use it to automatically create all sorts of graphs:
> > http://fungus.ucdavis.edu/weather/images/weekly_temps.png
> >
> > --dylan
>
> Looks interesting.  Been trying to get it to run.  Can anyone out there
> tell me how to "set environment variable PLOTICUS_PREFABS"?  I feel like I
> should know how to do this, but when it comes down to it, I'm still an
> newbie.
>
> Thanks again,
> Alex
>
> ___
> vox-tech mailing list
> [EMAIL PROTECTED]
> http://lists.lugod.org/mailman/listinfo/vox-tech
>

-- 
Mark K. Kim
http://www.cbreak.org/
PGP key available upon request.

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Linux graphing software?

2003-05-30 Thread Alexandra Thorn

Thanks Troy and Henry (and everyone for their various software
suggestions).  LUGOD rocks. : )

Cheers,
Alex

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Linux graphing software?

2003-05-30 Thread Troy Arnold
On Thu, May 29, 2003 at 08:19:25PM -0700, Alexandra Thorn wrote:
> On Thu, 29 May 2003, Dylan Beaudette wrote:
> > i like ploticus:
> > http://ploticus.sourceforge.net/
> >
> > i use it to automatically create all sorts of graphs:
> > http://fungus.ucdavis.edu/weather/images/weekly_temps.png
> >
> > --dylan
> 
> Looks interesting.  Been trying to get it to run.  Can anyone out there
> tell me how to "set environment variable PLOTICUS_PREFABS"?  I feel like I
> should know how to do this, but when it comes down to it, I'm still an
> newbie.


Assuming the bash shell, the command is:
export PLOTICUS_PREFABS=/some/path

That will be set until you exit the shell.  If you want it on at reboot
time, stick it in your ~/.bash_profile.  You'll need to do this if you
you want to run ploticus by clickety clicking on a menu item.

-troy


___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Linux graphing software?

2003-05-30 Thread Henry House
On Thu, May 29, 2003 at 08:19:25PM -0700, Alexandra Thorn wrote:
> On Thu, 29 May 2003, Dylan Beaudette wrote:
> > i like ploticus:
> > http://ploticus.sourceforge.net/
> >
> > i use it to automatically create all sorts of graphs:
> > http://fungus.ucdavis.edu/weather/images/weekly_temps.png
> >
> > --dylan
> 
> Looks interesting.  Been trying to get it to run.  Can anyone out there
> tell me how to "set environment variable PLOTICUS_PREFABS"?  I feel like I
> should know how to do this, but when it comes down to it, I'm still an
> newbie.

Assuming you use bash, export PLOTICUS_PREFABS='' will do this once.
To set the variable in all new shells, add the appropriate export
VARIABLE_NAME= to ~/.bashrc.

-- 
Henry House
The attached file is a digital signature. See 
for information.  My OpenPGP key: .


pgp0.pgp
Description: PGP signature


Re: [vox-tech] Linux graphing software?

2003-05-30 Thread Alexandra Thorn
On Thu, 29 May 2003, Dylan Beaudette wrote:
> i like ploticus:
> http://ploticus.sourceforge.net/
>
> i use it to automatically create all sorts of graphs:
> http://fungus.ucdavis.edu/weather/images/weekly_temps.png
>
> --dylan

Looks interesting.  Been trying to get it to run.  Can anyone out there
tell me how to "set environment variable PLOTICUS_PREFABS"?  I feel like I
should know how to do this, but when it comes down to it, I'm still an
newbie.

Thanks again,
Alex

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Linux graphing software?

2003-05-30 Thread Peter Jay Salzman
dylan, that's pretty cool (or rather, looking at the air temp, pretty
hot.  arf arf).

this looks like a command based tool, like gnuplot, but with more
impressive output.

how large is the command set (not data) to produce a graph like this?
if it's only a few lines, can you post it to show what using ploticus
looks like?

pete

On Thu 29 May 03,  6:36 PM, Dylan Beaudette <[EMAIL PROTECTED]> said:
> i like ploticus:
> http://ploticus.sourceforge.net/
> 
> i use it to automatically create all sorts of graphs:
> http://fungus.ucdavis.edu/weather/images/weekly_temps.png
> 
> --dylan
> 
> 
> 
> 
> > On Thu 29 May 03,  4:12 PM, Nicole the Wonder Nerd <[EMAIL PROTECTED]> said:
> >> Up spake Jonathan Stickel on Thu, May 29, 2003 at 04:02:29PM -0700:
> >> > Anyway, my contribution to this thread is to recommend xfig for
> >> > "post-processing" of plots as well as drawing original diagrams.  I
> >> have
> >>
> >> I would also like to plug 'dia'.  It's a great tool for drawing those
> >> simple circles-boxes-and-arrows diagrams that we computer scientists
> >> thrive on.
> >
> > and it's a *really* fun program for the rest of us to play around with!
> > ;)
> >
> > if dia could only read visio formats, it would be nearly as much of a
> > "killer app" as apache, imho.
> >
> > i imagine it would be useful for EE's too...
> >
> > pete
> >
> > --
> > GPG Instructions: http://www.dirac.org/linux/gpg
> > GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D
> > ___
> > vox-tech mailing list
> > [EMAIL PROTECTED]
> > http://lists.lugod.org/mailman/listinfo/vox-tech
> >
> >
> 
> ___
> vox-tech mailing list
> [EMAIL PROTECTED]
> http://lists.lugod.org/mailman/listinfo/vox-tech

-- 
GPG Instructions: http://www.dirac.org/linux/gpg
GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D
___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Linux graphing software?

2003-05-30 Thread Dylan Beaudette
i like ploticus:
http://ploticus.sourceforge.net/

i use it to automatically create all sorts of graphs:
http://fungus.ucdavis.edu/weather/images/weekly_temps.png

--dylan




> On Thu 29 May 03,  4:12 PM, Nicole the Wonder Nerd <[EMAIL PROTECTED]> said:
>> Up spake Jonathan Stickel on Thu, May 29, 2003 at 04:02:29PM -0700:
>> > Anyway, my contribution to this thread is to recommend xfig for
>> > "post-processing" of plots as well as drawing original diagrams.  I
>> have
>>
>> I would also like to plug 'dia'.  It's a great tool for drawing those
>> simple circles-boxes-and-arrows diagrams that we computer scientists
>> thrive on.
>
> and it's a *really* fun program for the rest of us to play around with!
> ;)
>
> if dia could only read visio formats, it would be nearly as much of a
> "killer app" as apache, imho.
>
> i imagine it would be useful for EE's too...
>
> pete
>
> --
> GPG Instructions: http://www.dirac.org/linux/gpg
> GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D
> ___
> vox-tech mailing list
> [EMAIL PROTECTED]
> http://lists.lugod.org/mailman/listinfo/vox-tech
>
>

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech

Re: [vox-tech] Linux graphing software?

2003-05-30 Thread Peter Jay Salzman
On Thu 29 May 03,  4:12 PM, Nicole the Wonder Nerd <[EMAIL PROTECTED]> said:
> Up spake Jonathan Stickel on Thu, May 29, 2003 at 04:02:29PM -0700:
> > Anyway, my contribution to this thread is to recommend xfig for 
> > "post-processing" of plots as well as drawing original diagrams.  I have 
> 
> I would also like to plug 'dia'.  It's a great tool for drawing those 
> simple circles-boxes-and-arrows diagrams that we computer scientists 
> thrive on.

and it's a *really* fun program for the rest of us to play around with!
;)

if dia could only read visio formats, it would be nearly as much of a
"killer app" as apache, imho.

i imagine it would be useful for EE's too...

pete

-- 
GPG Instructions: http://www.dirac.org/linux/gpg
GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D
___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Linux graphing software?

2003-05-30 Thread Nicole the Wonder Nerd
Up spake Jonathan Stickel on Thu, May 29, 2003 at 04:02:29PM -0700:
> Anyway, my contribution to this thread is to recommend xfig for 
> "post-processing" of plots as well as drawing original diagrams.  I have 

I would also like to plug 'dia'.  It's a great tool for drawing those 
simple circles-boxes-and-arrows diagrams that we computer scientists 
thrive on.

--nicole twn

***
"Never chase a man off a cliff."--from "Due South"
Visit www.nicolopolis.com ... digital drivel for a weary world.
___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Linux graphing software?

2003-05-30 Thread Peter Jay Salzman
On Thu 29 May 03,  4:02 PM, Jonathan Stickel <[EMAIL PROTECTED]> said:
> It won't be long before someone recommends gnuplot.  I haven't used it 
> much due to my reliance on Matlab (which runs nicely in Linux, but 
> certainly isn't "free").  Another option is Octave, an open source 
> program very much like Matlab, which happens uses gnuplot for plotting.

there's also scilab which is supposed to be very nearly like matlab and
free.

i use gnuplot, of course, but the whole question of data presentation
relies on the type of data you want to show, which you haven't
indicated.

if you've liked excel in the past, may i suggest gnumeric?  i think i've
used excel once or twice in my life, but i've been told that gnumeric is
very faithful to excel.  it sure looks the same.  in fact, on the
gnumeric list, i once reported a bug related to the graphing system and
was told by a developers that this was to make gnumeric compatible with
an existing bug in excel...

pete

 
> Anyway, my contribution to this thread is to recommend xfig for 
> "post-processing" of plots as well as drawing original diagrams.  I have 
> found it invaluable in touching up Matlab exported plots, such as 
> modifying axis labels, etc.  xfig exports in numerous formats, some of 
> which import very nicely into LaTeX.  In particular, I use the export 
> option "combined PS/LaTeX", allowing me to use LaTeX syntax for the text 
> in the figures.
> 
> Jonathan
> 
> 
> Alexandra Thorn wrote:
> >As I get to actually finishing up with my masters's thesis, I'm starting
> >to think about ways to actually present my data.  I'm wondering if anyone
> >out there has some recommendations of some relatively accessible Linux
> >softward for creating pretty scatterplots of real data.  In the past I've
> >tended to use MSExcel for this sort of thing but would like to shake that
> >habit for obvious reasons.
> >
> >Thanks,
> >Alex
> >
> >___
> >vox-tech mailing list
> >[EMAIL PROTECTED]
> >http://lists.lugod.org/mailman/listinfo/vox-tech
> 
> 
> ___
> vox-tech mailing list
> [EMAIL PROTECTED]
> http://lists.lugod.org/mailman/listinfo/vox-tech

-- 
GPG Instructions: http://www.dirac.org/linux/gpg
GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D
___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Linux graphing software?

2003-05-30 Thread Jonathan Stickel
It won't be long before someone recommends gnuplot.  I haven't used it 
much due to my reliance on Matlab (which runs nicely in Linux, but 
certainly isn't "free").  Another option is Octave, an open source 
program very much like Matlab, which happens uses gnuplot for plotting.

Anyway, my contribution to this thread is to recommend xfig for 
"post-processing" of plots as well as drawing original diagrams.  I have 
found it invaluable in touching up Matlab exported plots, such as 
modifying axis labels, etc.  xfig exports in numerous formats, some of 
which import very nicely into LaTeX.  In particular, I use the export 
option "combined PS/LaTeX", allowing me to use LaTeX syntax for the text 
in the figures.

Jonathan

Alexandra Thorn wrote:
As I get to actually finishing up with my masters's thesis, I'm starting
to think about ways to actually present my data.  I'm wondering if anyone
out there has some recommendations of some relatively accessible Linux
softward for creating pretty scatterplots of real data.  In the past I've
tended to use MSExcel for this sort of thing but would like to shake that
habit for obvious reasons.
Thanks,
Alex
___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech


___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech