Here's the code to do this in JSL:
Contour Plot(
X( :Column 1, :Column 2 ),
Y( :Column 3 ),
Show Data Points( 0 ),
Fill Areas( 0 ),
Label Contours( 0 ),
Transform( "None" ),
Specify Contours(
Min( 5 ),
Max( 35 ),
N( 7 ),
Contour( 1, 5, -2380261 ),
Contour( 2, 10, -1998002 ),
Contour( 3, 15, -1285756 ),
Contour( 4, 20, -58112 ),
Contour( 5, 25, -7246852 ),
Contour( 6, 30, -12018696 ),
Contour( 7, 35, -16125962 )
),
SendToReport( Dispatch( {}, "1", ScaleBox, {Max( 0.9 )} ) )
);