Re: [Jprogramming] Add vertical line to plot

2016-03-08 Thread EelVex
____ >> From: Programming [programming-boun...@forums.jsoftware.com] on behalf >> of Ryan Eckbo [ec...@cim.mcgill.ca] >> Sent: Tuesday, March 08, 2016 01:23 >> To: Programming forum >> Subject: [Jprogramming] Add vertical line to plot >> >> I have a plot

Re: [Jprogramming] Add vertical line to plot

2016-03-08 Thread Ryan Eckbo
et' pd (i.10); 5+*:i.10 pd 5 5;0 100 pd 'show' ... but if you wrap it in a verb, nobody will notice Ben From: Programming [programming-boun...@forums.jsoftware.com] on behalf of Ryan Eckbo [ec...@cim.mcgill.ca] Sent: Tuesday, March 08,

Re: [Jprogramming] Add vertical line to plot

2016-03-08 Thread Ben Gorte - CITG
@cim.mcgill.ca] Sent: Tuesday, March 08, 2016 01:23 To: Programming forum Subject: [Jprogramming] Add vertical line to plot I have a plot of a histogram, i.e. plot bins; counts to which I'd like to add a vertical line denoting the mean. I saw a post on how to create grid lines using complex

[Jprogramming] Add vertical line to plot

2016-03-07 Thread Ryan Eckbo
I have a plot of a histogram, i.e. plot bins; counts to which I'd like to add a vertical line denoting the mean. I saw a post on how to create grid lines using complex numbers, but I don't know how to add a vertical line to an existing plot of data. Does anyone know how? Thanks! Ryan ---