On Sat, 2010-06-12 at 12:12 +1200, Sherlock, Ric wrote:
> Are you able to provide some simple code that demonstrates the
> problem?
> It might make it easier to identify the issue. 

Not sure if this is 'simple' but here it is ...
I am using massive fonts with mini results 

NB. ************** start the plot routine **************
pd 'reset'
pd 'penstyle 0 0'
pd 'pensize 2'
pd 'backcolor 222 222 206'
pd 'axiscolor red'
pd 'gridcolor red'
pd 'framebackcolor white'
pd 'textfont arial 20'
pd 'keyfont arial 14'
pd 'keystyle lbhf'
pd 'keypos rbi'
pd 'key "DailyFlow (Left Axis)"," 7 Day MovAvg (left axis)","MaxLevel
(right axis)"'
pd 'title ','Pump Station Flow Summary from ',span
pd 'titlefont arial 20 italic'
pd 'axes 1 0'
pd 'xticpos ',Xticpos,';xlabel ',ticmarks
series1=:(i.$ 0{Values);(0{Values)
series2=:(6+i.$MovAvg);(MovAvg)
pd "1 series1,: series2
pd 'y2axis'
pd 'penstyle 3'
pd 1{Values     NB. Maximum depth levels
pd 'show'       NB. display the plot on screen
NB. ****** SWAP SAVE LINE FOR MS OUTPUT ******
NB. pd 'save bmp  "C:\Documents and Settings\dan dalmeida\Desktop
\summary-data.bmp" 2200 1500 ' NB. to bmp file
pd 'save bmp  "/home/david/Desktop/summary-data.bmp" 2200 1500 ' NB. to
bmp file


----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to