in a data analysis application i am using Layout1Pick to display popup
menus, e.g. to change the data that is displayed on each axis of a plot.
this only works with certain Layout1Pick constructors (e.g.
L1P_BottomAxis), but with L1P_AxisTitle the information about which axis
the title belongs to is lost.
would it be possible (and desirable) to replace L1P_AxisTitle by more
specific constructors, e.g. L1P_BottomAxisTitle, etc.?
<sk>
This sounds fine - I'd be happy to accept a patch that makes this change
(generated via darcs if possible).
Tim
On 5/25/11 6:01 AM, Tim Docker wrote:
>> would it be possible (and desirable) to replace L1P_AxisTitle by more
>> specific constructors, e.g. L1P_BottomAxisTitle, etc.?
>
> This sounds fine - I'd be happy to accept a patch that makes this change
> (generated via darcs if possible).
great, see attached patch.
<sk>