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


Groups > comp.graphics.apps.gnuplot > #2931 > unrolled thread

java interface with gnuplot

Started byDale <dale@dalekelly.org>
First post2015-06-12 22:39 -0400
Last post2015-06-13 11:42 +0200
Articles 2 — 2 participants

Back to article view | Back to comp.graphics.apps.gnuplot


Contents

  java interface with gnuplot Dale <dale@dalekelly.org> - 2015-06-12 22:39 -0400
    Re: java interface with gnuplot Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2015-06-13 11:42 +0200

#2931 — java interface with gnuplot

FromDale <dale@dalekelly.org>
Date2015-06-12 22:39 -0400
Subjectjava interface with gnuplot
Message-ID<8hcql8.1c5.19.1@news.alt.net>
what's are some ways to call up gnuplot into java?

one thing I would like to do is color/chromaticity related:

bring in an image
make an image map
enter two coordinates on the bitmap from textboxes
find a linear slope between the coordinates
use the slope to lookup and return the minimum and maximum perimeter 
values and draw the connecting line
return the perimeter values

I think image map rules out SVG, or can I scale it to window size and 
use the display bitmap of the SVG?

-- 
Dale
http://www.dalekelly.org

[toc] | [next] | [standalone]


#2932

FromHans-Bernhard Bröker <HBBroeker@t-online.de>
Date2015-06-13 11:42 +0200
Message-ID<cu2c7uF3kasU1@mid.dfncis.de>
In reply to#2931
[F'up2 was missing.  Set to s.i.processing]

Am 13.06.2015 um 04:39 schrieb Dale:
> what's are some ways to call up gnuplot into java?

Googling "gnuplot Java" turns up quite a few.

> one thing I would like to do is color/chromaticity related:

gnuplot is not the right tool for that job.  I'm sure there are plenty 
Java libraries for image processing.  You should use one of those.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web