Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #15883 > unrolled thread

[ANN] Data Plotting Library Dislin 10.2

Started byHelmut Michels <michels@mps.mpg.de>
First post2011-11-18 11:56 +0100
Last post2011-11-21 18:55 +0100
Articles 4 — 4 participants

Back to article view | Back to comp.lang.python


Contents

  [ANN] Data Plotting Library Dislin 10.2 Helmut Michels <michels@mps.mpg.de> - 2011-11-18 11:56 +0100
    Re: [ANN] Data Plotting Library Dislin 10.2 Tony the Tiger <tony@tiger.invalid> - 2011-11-18 15:16 -0600
      Re: Data Plotting Library Dislin 10.2 sturlamolden <sturlamolden@yahoo.no> - 2011-11-18 20:26 -0800
    [ANN] json_diff 0.9.2 released - JSON files comparator Matěj Cepl <mcepl@redhat.com> - 2011-11-21 18:55 +0100

#15883 — [ANN] Data Plotting Library Dislin 10.2

FromHelmut Michels <michels@mps.mpg.de>
Date2011-11-18 11:56 +0100
Subject[ANN] Data Plotting Library Dislin 10.2
Message-ID<ja5dl5$cpc$5@gwdu112.gwdg.de>
Dear Python programmers,

I am pleased to announce version 10.2 of the data plotting software
Dislin.

Dislin is a high-level and easy to use plotting library for
displaying data as curves, bar graphs, pie charts, 3D-colour plots,
surfaces, contours and maps. Several output formats are supported
such as X11, VGA, OpenGL, PostScript, PDF, CGM, WMF, HPGL, TIFF, GIF, 
PNG, BMP and SVG.

The software is available for the most C, Fortran 77 and Fortran 90/95
compilers. Plotting extensions for the interpreting languages Perl,
Python and Java are also supported.

Dislin is available from the site

      http://www.dislin.de

and via FTP from the server

      ftp://ftp.gwdg.de/pub/grafik/dislin

All Dislin distributions are free for non-commercial use. Licenses
for commercial use are available from http://www.dislin.de.

  -------------------
   Helmut Michels
   Max Planck Institute for
   Solar System Research              Phone: +49 5556 979-334
   Max-Planck-Str. 2                  Fax  : +49 5556 979-240
   D-37191 Katlenburg-Lindau          Mail : michels@mps.mpg.de

[toc] | [next] | [standalone]


#15916

FromTony the Tiger <tony@tiger.invalid>
Date2011-11-18 15:16 -0600
Message-ID<P8KdnVF1zKmqVlvTnZ2dnUVZ8gGdnZ2d@giganews.com>
In reply to#15883
On Fri, 18 Nov 2011 11:56:36 +0100, Helmut Michels wrote:

> All Dislin distributions are free for non-commercial use.

Ya, but apparently no source unless you dig deep into your pockets. 
Really, why would we need this when we already have gnuplot?
Just wondering...


 /Grrr
-- 
          ___                  ___
 (\_--_/)  | _ ._    _|_|_  _   |o _  _ ._
 ( 9  9 )  |(_)| |\/  |_| |(/_  ||(_|(/_|
 stripes are forever - as overripe ferrets

[toc] | [prev] | [next] | [standalone]


#15926 — Re: Data Plotting Library Dislin 10.2

Fromsturlamolden <sturlamolden@yahoo.no>
Date2011-11-18 20:26 -0800
SubjectRe: Data Plotting Library Dislin 10.2
Message-ID<9599229d-28aa-4730-b29a-b7c32e1e3d2e@e15g2000vba.googlegroups.com>
In reply to#15916
On 18 Nov, 22:16, Tony the Tiger <t...@tiger.invalid> wrote:

> Ya, but apparently no source unless you dig deep into your pockets.
> Really, why would we need this when we already have gnuplot?
> Just wondering...

Dislin is a very nice plotting library for scientific data,
particularly for scientists and engineers using Fortran (which,
incidentally, is quite a few).

For Python, we have Matplotlib as well (at least for 2D plots).


Sturla

[toc] | [prev] | [next] | [standalone]


#16042 — [ANN] json_diff 0.9.2 released - JSON files comparator

FromMatěj Cepl <mcepl@redhat.com>
Date2011-11-21 18:55 +0100
Subject[ANN] json_diff 0.9.2 released - JSON files comparator
Message-ID<mailman.2927.1321902221.27778.python-list@python.org>
In reply to#15883
I released json_diff 0.9.2.
http://pypi.python.org/pypi/json_diff

json_diff is an utility comparing two JSON files and generating diff in 
form of another JSON file with differences for each level of the object 
in a dict

{
    "_append": {},
    "_remove": {},
    "_update": {}
}

This is the first public release, working my way towards 1.0 release.

Development repository is at https://gitorious.org/json_diff, patches 
and pull requests welcome!

-- 
http://www.ceplovi.cz/matej/, Jabber: mcepl<at>ceplovi.cz
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC

Basically, the only “intuitive” interface is the nipple.  After
that, it's all learned.
     -- Bruce Ediger when discussing intuivity of Mac OS
        http://groups.google.com/group/comp.sys.next.advocacy\
        /msg/7fa8c580900353d0

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web