view etc/README.ftp @ 14324:5a2b012b10c7

allow zooming for logscale plots * graphics.cc (axes::properties::zoom_about_point): Allow zooming for logscale axes. * graphics.h.in (class neg_log_scaler): New class. (log_scalar::do_neg_scale): Delete (log_scalar::scale): Don't attempt to handle negative data. (axes::properties::get_scale): New function. (axes::properties::update_xscale, axes::properties::update_yscale, axes::properties::update_zscale): Use it. (axes::properties::update_xlim): Call update_xscale. (axes::properties::update_ylim): Call update_yscale. (axes::properties::update_zlim): Call update_zscale.
author John W. Eaton <jwe@octave.org>
date Fri, 03 Feb 2012 19:54:26 -0500
parents b67c2d580a25
children
line wrap: on
line source

This directory contains the source for Octave, a high-level interactive
language for solving numerical problems.  See the file README for more general
information, and the file NEWS for a list of recent changes.

Binary distributions:
--------------------

Octave binaries are not distributed from this site.

Packaged versions of Octave for various GNU/Linux systems are available
with the major GNU/Linux distributions (Debian, Ubuntu, Red Hat, SUSE, etc.).

Binary distributions of Octave for Mac OS X are available from both Fink
and MacPorts.

  http://www.finkproject.com
  http://www.macports.org/

The file README.Windows provides instructions for installing Octave on
Windows systems.

A note about .gz files:
----------------------

Files with names ending in `.gz' have been compressed with `gzip'.

Unlike the compress utility, gzip is free of any known software
patents and tends to compress better anyway.  Gzip can uncompress
`compress'-compressed files too, so you can install it as "uncompress"
and use it to handle both types of files.

The gzip program is available in the directory /pub/gnu in shar, tar,
or gzipped tar format (for those who already have a prior version of
gzip and want faster data transmission).  It works on virtually every
unix system, MSDOS, OS/2, and VMS.


Last updated: Thu Jan 20 10:14:49 PST 2011