PC Review


Reply
Thread Tools Rate Thread

How can my colleagues modify my charts?

 
 
hillmi
Guest
Posts: n/a
 
      10th Feb 2010
I write my analysis programs in Java.
I like java except for graphs of analysis results and raw time series data.
I have used the unmodifiable BufferedImage dot-matrix plots with fair results.

But I want to draw graphics that my colleagues can touch-up or modify, because
I can't predict everything they will want to show others or publish.
I had the idea of outputting comma separated text files to be read into
excel like:

@ECHO OFF
FOR %%A IN (%*) DO (
COPY %%A TEMPORAR.CSV
ECHO %%A
c:\"Program Files"\"Microsoft Office"\OFFICE11\EXCEL TEMPORAR.CSV
ERASE TEMPORAR.CSV
)

where the excel 2003 has a self-generated macro modified to link titles to
cells.
But I don't know how to unlink the chart, or if it would be modifiable then.

And when I want to glance over a lot of result graphs,
I have to do six clicks for each macro-produced graph where it seems like
I should be able to program for one click each.

I would appreciate suggestions on what software to use in my situation.
My original data are usually long time series.
Thanks in advance.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get email-ids of all colleagues? Ghitorni Microsoft Outlook Contacts 2 5th May 2010 06:22 AM
How do I modify charts thorugh VB =?Utf-8?B?UmF5byBL?= Microsoft Excel Programming 9 2nd Apr 2007 07:36 PM
my attachments are corrupted but not my colleagues'? seoman_81@hotmail.com Microsoft Outlook Discussion 3 16th Apr 2006 05:56 PM
How can I share the contacts with my colleagues? =?Utf-8?B?QWxleGFuZHJhIFJvZWRlcg==?= Microsoft Outlook BCM 1 13th Mar 2005 04:01 AM
modify all charts at once Feketik Microsoft Powerpoint 2 1st Apr 2004 09:37 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:03 AM.