I agree. It may be common in matlab, but it really doesn't belong in  
python.

On Dec 16, 2006, at 12:50 PM, Eric Firing wrote:

>
>>> BTW, this whole subplot(ijk)  instead of subplot(i,j,k) notation is
>>> really, really confusing to me...
>> Don't get overwhelmed. ijk is a shortcut for (i, j, k), that works  
>> well if you're working with less than 10 plots in either direction.
>
> It is a holdover from the early days of Matlab.  It makes mpl more  
> Matlab-like (for better or worse) and saves 2-4 keystrokes.   
> Personally, I don't like it and would be inclined to discourage it  
> in mpl.
>
> Eric
>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to