Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #22561

Re: How I can draw the grid lines at intervals with step=1?

References <1333412071.45680.YahooMailNeo@web30604.mail.mud.yahoo.com>
Date 2012-04-02 17:34 -0700
Subject Re: How I can draw the grid lines at intervals with step=1?
From Chris Rebert <clp2@rebertia.com>
Newsgroups comp.lang.python
Message-ID <mailman.1249.1333413279.3037.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, Apr 2, 2012 at 5:14 PM, Andres Soto <soto_andres@yahoo.com> wrote:
> Hi
> I am trying to draw a step (or staircase) function. My points are all
> integers. I would like that the grid lines help to identify the limits of
> each line, but when I draw the grid, it is set each 5 units.
> How can I draw the grid lines at intervals with step=1?

What drawing/plotting/charting library are you using?

Cheers,
Chris

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: How I can draw the grid lines at intervals with step=1? Chris Rebert <clp2@rebertia.com> - 2012-04-02 17:34 -0700

csiph-web