You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The named blocks are used to have the data and the code in one file. The workaround would be to output two files, one for data and one for code, but currently the ONE cleanly supports only outputting one file per report module.
The use of named blocks (
$data << EOD
) which is used insrc/report/NodeDensityReport.java
requires Gnuplot version 5 (see FAQ 4.8).I guess that should be documented somewhere.
The text was updated successfully, but these errors were encountered: