nion-software / nionswift

Nion Swift is open source scientific image processing software integrating hardware control, data acquisition, visualization, processing, and analysis using Python. Nion Swift is easily extended using Python. It runs on Windows, Linux, and macOS.
http://nion.com/swift
GNU General Public License v3.0
43 stars 33 forks source link

Add additional axes options for line plot #424

Open cmeyer opened 4 years ago

cmeyer commented 4 years ago

Formatting

Log handling (see matplotlib)

cmeyer commented 4 years ago

Easy - but not trivial. Will require modifying the display properties for line plot canvas item (search for "y_style" to get an idea).

First step for this issue is to propose the new display properties and describe how they'll be used.

cmeyer commented 1 year ago

See also this article Dealing with Zeros and Negative Values with a Log Scale.