From: Benjamin R. <ben...@ou...> - 2010-10-06 20:10:32
|
On Wed, Oct 6, 2010 at 2:36 PM, Waléria Antunes David < wal...@gm...> wrote: > Benjamin, > > I used the 'ax.set_xscale (' log ')', but the points were even more > confused. What I need is to increase from 0.0 to 0.2 points, 0.2 to 0.4 ... > increase the size of the graph. However I do not know if the chart is well > visualized on a monitor 20''.? > > Are you trying to increase the spacing in the x direction or the y direction? Log scaling is a standard trick to achieve this effect. > And how do I let my chart like this: > http://www.supernova.lbl.gov/PDFs/SCP2003SNeCMBClust.pdf > This graph format with vertical line on, something like that. > > Are you asking how to add a vertical line to your graph, or how to have only the vertical grid lines? Ben Root |