Eliminating Empty Space in HTML when converting from Jmp Journal
Hi -
I need some guidance to eliminate empty space observed between plots in HTML file when it is converted from a journal.
I am using the following JSL code. Journal looks as expected but HTML has spacing between plots and table.
Names Default To Here( 1 );
bigClass = Open( "$SAMPLE_DATA/Big Class.JMP" );
dt = Current Data Table();
nw = New Window( "BigClass", <<journal, vlb = v List Box() );
...