fabien van mook

all packages "fvm-*"

package "fvm-hplot"

function file "hplot.m"

Function hplot(p)
         pout = hplot(p)

displays plots on screen, writes plots to a file in a
graphical file, and writes plots to a html/js file.

Input variable p is an Octave structure. See
hplot_data_structure.txt for its proper format.

The validity of the input is hardly checked!

Optional output variable pout is an Octave structure. 
It is the result of the addition of some auxiliary 
fields to the original input structure. Variable pout
can be used as input to hplot(), to prevent repetition
of the same calculations.

Function hplot() needs the following non-standard
m-files:
  mssg.m
  plotq.m
  datetickiso.m
  mollier_plotTX.m (and other mollier_*.m)
  kvpairs2struct.m
  fieldget.m fieldset.m fieldcheck.m fieldconvert.m
  fullfilename.m


(c) 2026 fabien van mook

2026.08.20 release of this file within package "fvm-hplot" under GNU GPLv3+