Re: [Matplotlib-users] dataLim and getting the data from `scatter` (bonus: an attempt at a Frame class)

2008-06-30 Thread John Hunter
On Sun, Jun 29, 2008 at 6:10 PM, Tony S Yu [EMAIL PROTECTED] wrote: Hi. A couple of questions about `scatter`: Q1 The bounding box `axes.dataLim` increases in size when calling scatter(x, y) compared to plot(x, y) (for the same x, y data, of course). I think this change is due to the

Re: [Matplotlib-users] dataLim and getting the data from `scatter` (bonus: an attempt at a Frame class)

2008-06-30 Thread Tony S Yu
On Jun 30, 2008, at 10:10 PM, John Hunter wrote: I'd love for you to take the lead on this. Given my (and other developers) constraints on time, we'll have only limited time to help, but hopefully we can give you some pointers when you get stuck. I don't know if I'm the best person to be

[Matplotlib-users] dataLim and getting the data from `scatter` (bonus: an attempt at a Frame class)

2008-06-29 Thread Tony S Yu
Hi. A couple of questions about `scatter`:Q1The bounding box `axes.dataLim` increases in size when calling scatter(x, y) compared to plot(x, y) (for the same x, y data, of course). I think this change is due to the size of the markers being added to the data limits (not sure if this is true).