diagram program
  • Order of the Butterfly
    Order of the Butterfly
    amiga4001
    Posts: 444 from 2006/11/16
    From: The Netherlands
    Yes highly interested!
    Looks like a very nice program!
    And it seems to do the job for me as far as I can tell from your picture.
    Powerbook 5,4 1.5GHz 1.5GB ram
  • »27.10.08 - 07:09
    Profile
  • Cocoon
    Cocoon
    micken
    Posts: 42 from 2004/6/7
    There is allways gnuplot :)

    Gnuplot supports writing to window,image file and more.
    MorphOS hangaround :)
  • »27.10.08 - 20:38
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Zylesea
    Posts: 2053 from 2003/6/4
    @ Zukow

    What can the program do? "Just" plot data, or also evaluate data?
    --
    http://via.bckrs.de

    Whenever you're sad just remember the world is 4.543 billion years old and you somehow managed to exist at the same time as David Bowie.
    ...and Matthias , my friend - RIP
  • »28.10.08 - 01:23
    Profile Visit Website
  • MorphOS Developer
    zukow
    Posts: 642 from 2005/2/9
    From: Poland
    It's mui mcc class. The program is the part of my bachelor's thesis (about Ising model - http://en.wikipedia.org/wiki/Ising_model). I will prepare archive with beta version of class and example programs at Saturday. The class should be (in future) similar to OpenOffice Calc diagrams (with ODS saver).
  • »28.10.08 - 21:56
    Profile Visit Website
  • MorphOS Developer
    zukow
    Posts: 642 from 2005/2/9
    From: Poland
    alpha version, a bit unstable :/

    http://brain.umcs.lublin.pl/~rzookol/download/plot.lha
  • »31.10.08 - 16:34
    Profile Visit Website
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    Kamul
    Posts: 121 from 2004/6/9
    From: Poland, Katowice
    This class is something I needed on Morphos. It looks really tasty. I hope you don't stop working on it to fast. :) Thanks!
  • »11.11.08 - 07:48
    Profile
  • MorphOS Developer
    zukow
    Posts: 642 from 2005/2/9
    From: Poland
    new version with simple OpenOffice ODS format (data & chart) export :)

    http://brain.umcs.lublin.pl/~rzookol/download/plot_161108.lha

    [ Edited by zukow on 2008/11/16 21:56 ]
  • »16.11.08 - 20:55
    Profile Visit Website
  • MorphOS Developer
    zukow
    Posts: 642 from 2005/2/9
    From: Poland
    another new version:
    20.11.2008 line color attribute export added to ODS exporter
    creation date attribute added to ODS exporter
    cleanup code
    22.11.2008 initial locale support


    http://brain.umcs.lublin.pl/~rzookol/download/plot_221108.lha
  • »22.11.08 - 17:55
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    xyphoid
    Posts: 870 from 2008/7/11
    From: Delaware, USA
    @Zukow how do you install and use it...I would like to
    try it out on some data of mine?
    thanks!
  • »22.11.08 - 19:19
    Profile
  • MorphOS Developer
    zukow
    Posts: 642 from 2005/2/9
    From: Poland
    copy mui/plot.mcc to Your mui classes directory (Sys:classes/mui)

    and run "Test" program. This is simple aplication to make diagram from text file with 2 columns of data (file may have more column but first two are loaded) and save them as ods file. Source code is included.
  • »22.11.08 - 19:49
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    xyphoid
    Posts: 870 from 2008/7/11
    From: Delaware, USA
    looks great. one more question can it open its own graph to plot/input values, and points?
  • »23.11.08 - 14:11
    Profile
  • MorphOS Developer
    zukow
    Posts: 642 from 2005/2/9
    From: Poland
    Project->Open ?
  • »24.11.08 - 22:11
    Profile Visit Website
  • News Moderator
    News Moderator
    Darth_X
    Posts: 571 from 2003/2/10
    From: Vancouver Isla...
    Quote:


    Krashan wrote:
    I'm currently working on a MUI custom class for creating diagrams. I expect it to be fully usable soon. But well a MUI class alone does not make an application...

    Tell that to Visual Basic devs ;-)
    When you have eliminated all which is impossible,
    then whatever remains, however improbable, must be the truth!!! - Sherlock Holmes
  • »27.11.08 - 01:15
    Profile
  • MorphOS Developer
    zukow
    Posts: 642 from 2005/2/9
    From: Poland
    I made small application to test XML files generated by plot.mcc class. It can be used to view other XML files also.

    http://brain.umcs.lublin.pl/~rzookol/download/xmlviewer.lha

    Screenshot: http://brain.umcs.lublin.pl/~rzookol/pics/xmlviewer.png


    [ Edited by zukow on 2008/12/26 0:02 ]
  • »25.12.08 - 23:01
    Profile Visit Website
  • tom
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    tom
    Posts: 147 from 2003/7/22
    From: Heesch, The Ne...
    Hi,

    it looks really nice. Is there a way to start things with data directly from Muibase? That ould be very nice......
    (i'm just heavy user of Pagestream, Muibase and Bars&Pipes, no programmer)

    Regards, Tom
  • »26.12.08 - 10:28
    Profile
  • MorphOS Developer
    zukow
    Posts: 642 from 2005/2/9
    From: Poland
    small update:
    xml header & save support
    http://brain.umcs.lublin.pl/~rzookol/download/xmlviewer.lha

    TODO:
    edit+search
  • »10.01.09 - 23:02
    Profile Visit Website
  • MorphOS Developer
    zukow
    Posts: 642 from 2005/2/9
    From: Poland
    another small update:

    NEW: searching

    http://brain.umcs.lublin.pl/~rzookol/download/xmlviewer.lha
  • »29.01.09 - 20:43
    Profile Visit Website
  • MorphOS Developer
    zukow
    Posts: 642 from 2005/2/9
    From: Poland
    yet another update:

    NEW in 0.12beta:
    - Cliboard support (0.12)
    Context menu with Cut Copy Paste was added.
    Paste command is not implemented yet.

    http://brain.umcs.lublin.pl/~rzookol/download/xmlviewer.lha
  • »08.02.09 - 22:06
    Profile Visit Website
  • MorphOS Developer
    zukow
    Posts: 642 from 2005/2/9
    From: Poland
    version 0.14

    http://aminet.net/text/show/xmlviewer.lha

    - Cliboard support (0.12)
    Context menu with Cut Copy was added.
    (items <subtrees> under mouse pointer are converted to
    plain xml text files)

    - Shortcuts & Paste (0.14)
    (active item - command+c, command+v, command+x)
    + Overall fixes

    TODO:
    - Edit mode
    - Comments support
    - Locale
    - Drag&Drop
  • »08.03.09 - 17:55
    Profile Visit Website
  • MorphOS Developer
    zukow
    Posts: 642 from 2005/2/9
    From: Poland
    version 0.16

    - More fixes (0.15)
    - Locales, comments (0.16)

    TODO:
    - Edit mode
    - Drag&Drop

    http://brain.umcs.lublin.pl/~rzookol/download/xmlviewer.lha
  • »28.05.09 - 22:47
    Profile Visit Website
  • Butterfly
    Butterfly
    Tomo
    Posts: 92 from 2003/7/29
    From: Heesch, The Ne...
    Hi,

    Is it possible to use plot.mcc directly from Muibase? I have to start 'test' no as first stap and use 'open' for my database. It works fine, but the possibility to use the data right from Muibase would be great.....

    Regards Tom
  • »30.11.11 - 16:32
    Profile