Hi yt user,<div><br></div><div>I make a very simple projection plot using following script:</div><div><div><br></div><div>==========</div><div>from yt.mods import *</div><div><br></div><div># Load the dataset.</div><div>pf = load("../RunDM1/DD0134/DD0134")</div>
<div>center = na.array([0.5,0.5,0.5,])</div><div><br></div><div># Making slice</div><div>slc = ProjectionPlot(pf, 2,'Density', center,(100, 'pc') , 'Density')</div><div>slc.annotate_text((-45,42.5), "a)", data_coords=False)</div>
<div>slc.save("Run1")</div><div>==========</div><div><br></div><div>It generate plot with x, y, z labels and ticks as well text "a)"</div><div>I would like to increase the font size of label, ticks, and text.</div>
<div>I also change the color of the text.</div><div>I think it is very basic operation, but I can not find the way.</div><div>Can anyone help me?</div><div><br></div><div>Thanks in advance,</div><div>Junhwan</div><br clear="all">
<div><br></div>-- <br>--------------------------------------------------------------<br>Jun-Hwan Choi, Ph.D.<br>Department of Physics and Astronomy, University of Kentucky<br>Tel: (859) 897-6737        Fax: (859) 323-2846<br>
Email: <a href="mailto:jhchoi@pa.uky.edu" target="_blank">jhchoi@pa.uky.edu</a>   URL: <a href="http://www.pa.uky.edu/~jhchoi" target="_blank">http://www.pa.uky.edu/~jhchoi</a><br>--------------------------------------------------------------<br>
<br>
</div>