Thanks you put it right,
I wanted to know how to remove them inside the subplot. It is done.

Cheers


Matthias Michler wrote:
> 
> On Thursday 04 March 2010 17:11:54 kamaleon wrote:
>> Thanks Matthias, this seems help me.
>> But how to remove the xlabel, ylable and the tilte in the subplot?
>> Cheers
>>
>> Matthias Michler wrote:
>> > On Thursday 04 March 2010 13:35:12 kamaleon wrote:
> [...]
> 
> Hi ,
> 
> what do you mean by xlabel, ylabel and title?
> In my example these were not set. In case you set them, you can remove
> them 
> using
> xlabel('')
> ylabel('')
> title('')
> 
> or do you mean the ticks and tick-labels on the axes?
> These can be removed using
> 
> xticks([ ])
> ytick([ ])
> 
> Kind regards,
> Matthias
> 
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
> 
> 

-- 
View this message in context: 
http://old.nabble.com/how-to-insert-a-part-of-a-plot-in-the-same-figure-tp27780169p27784306.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to