Giter Club home page Giter Club logo

Comments (11)

ajrgodfrey avatar ajrgodfrey commented on July 17, 2024

from brailler.

boringNectarine0 avatar boringNectarine0 commented on July 17, 2024

l<-ggplot(iris) +
geom_histogram(aes(y=Sepal.Width, fill=Species),bins = 5)
l
VI(l)
In the VI() description it says "The chart is a bar chart containing 15 vertical bars."

from brailler.

ajrgodfrey avatar ajrgodfrey commented on July 17, 2024

from brailler.

boringNectarine0 avatar boringNectarine0 commented on July 17, 2024

If there was a bar chart with space for 10 bars, but 2 gaps (or 2 bars of 0 height) would we ideally have that said to be 8 bars?

from brailler.

ajrgodfrey avatar ajrgodfrey commented on July 17, 2024

from brailler.

boringNectarine0 avatar boringNectarine0 commented on July 17, 2024

Is bar height of 0 something worth having in VI() descriptions? By the way, would you have time to reply to my emails? Thanks.

from brailler.

ajrgodfrey avatar ajrgodfrey commented on July 17, 2024

from brailler.

boringNectarine0 avatar boringNectarine0 commented on July 17, 2024

Another example here is saying that graph is 8 bars

data <- data.frame(
quarter=c("Q1", "Q1", "Q2", "Q2", "Q3", "Q3", "Q4", "Q4"),
product=c("A", "B", "A", "B", "A", "B", "A", "B"),
profit=c(10, 11, 12, 11, 13, 15, 16, 18)
)
VI(ggplot(data, aes(x = quarter, y = profit)) +
geom_bar(stat = "identity")
)

because there is a small number of bars the points are described so it does make some sense but as there is no sorting by product A/B this is rather odd.

from brailler.

ajrgodfrey avatar ajrgodfrey commented on July 17, 2024

from brailler.

boringNectarine0 avatar boringNectarine0 commented on July 17, 2024

from brailler.

ajrgodfrey avatar ajrgodfrey commented on July 17, 2024

from brailler.

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.