Friday, 15 June 2012

graphics - Absolute Aspect Ratios in Mathematica -



graphics - Absolute Aspect Ratios in Mathematica -

suppose plot[1000 x,{x,0,1}]. options utilize forcefulness resulting graphic image have 10,000 pixels in y-direction , 10 pixels in x-direction, i.e., want x , y axes scaled identically (in pixels).

well, illustration of 1000x, it's bit hard see because slope vertical. let's utilize gentler slope ease of display---perhaps slope of 10. then, do:

plot[10 x, {x, 0, 10}, aspectratio -> automatic]

graphics options aspect-ratio

No comments:

Post a Comment