<div dir="ltr">John,<div><br></div><div>Please subscribe to the mailing list (<a href="https://mail.python.org/mailman/listinfo/matplotlib-users">https://mail.python.org/mailman/listinfo/matplotlib-users</a>) so you can post un-moderated.</div><div><br></div><div>Can you include a minimal example of what you are doing which is not working?  What you want is definitely possible:</div><div><br></div><div>fig, ax_arr = plt.subplots(2, 2)</div><div>ax_arr[0, 0].set_ylim(0, 5)</div><div>ax_arr[1, 0].set_ylim(-5, 0)</div><div># and so-on</div><div><br></div><div><br></div><div>Tom</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jun 26, 2020 at 6:59 PM John Doucette <<a href="mailto:meepsorp@gmail.com">meepsorp@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I am trying to make a 2 x 2 figure with covid-19 graphs <div><br></div><div>Upper left = cases  Upper right = cumulative cases</div><div>Lower left = deaths Lower right = cumulative deaths</div><div><br></div><div>I have been having trouble with ylims. It appears that if I set a ylim it is applied to all four frames.  </div><div><br></div><div>I have been searching duckduckgo  for hour including the matplotlib gallery and every set of multiple frame plots has the same ylim on every frame. </div><div><br></div><div>I need different ylims for each individual frame. Is this even possible? <br></div></div>
_______________________________________________<br>
Matplotlib-users mailing list<br>
<a href="mailto:Matplotlib-users@python.org" target="_blank">Matplotlib-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/matplotlib-users" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/matplotlib-users</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature">Thomas Caswell<br><a href="mailto:tcaswell@gmail.com" target="_blank">tcaswell@gmail.com</a></div>