Giter VIP home page Giter VIP logo

Comments (4)

hadley avatar hadley commented on August 21, 2024

See ggplot2::time_breaks and ggplot2::date_breaks for a place to start.

from lubridate.

garrettgman avatar garrettgman commented on August 21, 2024

could you give me a better understanding of what pretty dates should accomplish? ggplot2::date_breaks returns an output that seems tailored for another function to use. (It doesn't seem that understandable on its own). What overall process is pretty dates a step in? Binning histograms? Also, what determines whether a date break is pretty (i.e, a certain number of them, breaks falling on round "numbers/dates", etc)?

from lubridate.

garrettgman avatar garrettgman commented on August 21, 2024

I made a pretty.dates() with the following features:

  1. identifies the unit each interval should be in to provide ~ n bins
  2. chooses a "pretty" length for the intervals depending on their units
    An interval is "pretty" if its length is a factor of the next largest unit.
    pretty intervals of seconds are 1,2,5,10,15,30 and 60 seconds
    pretty intervals of minutes are 1,2,5,10,15,30 and 60 minutes
    pretty intervals of hours are 1,2,3,4,6,8,12, and 24 hours
    pretty intervals of months are 1,2,3,4,6, and 12 months
    years and days adopt the base::pretty numbering system - 1,2, or 5 times a power of 10
    weeks are always ugly, and hence not included
  3. chooses the closest start and end points that are a) outside the range of data, and b) begin a series whose points will overlap with the start of the next complete hour, month, year (i.e. whatever the next largest unit is).

from lubridate.

hadley avatar hadley commented on August 21, 2024

Sounds perfect!

from lubridate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.