Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4600040
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T23:37:39+00:00 2026-05-21T23:37:39+00:00

I have a spreadsheet that contains data that ranges from 0.0 to 1.0, e.g.

  • 0

I have a spreadsheet that contains data that ranges from 0.0 to 1.0, e.g.

a, 0.1
b, 0.11
c, 0.7
d, 0.12
...

I’d like a histogram where each bar covers a range of values, e.g. there would be a bar with a height of 3 for the range [0.1, 0.2). How do I do this in Open Office Calc? If it is hard to do, is there a commonly available tool that makes it easy? I’d prefer something that is available on both Linux and Windows.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T23:37:40+00:00Added an answer on May 21, 2026 at 11:37 pm

    So far, I’ve found two “solutions”, both of which can do the job, but neither of which are ideal. However, they are both free and available for both Linux and Windows.

    Ggobi provides a GUI that allows you to read in data from a CSV file and produce histograms. Unfortunately, the interface isn’t that great, and it is hard to figure out how to manipulate the display. For example, by default, the histogram is “on its side”, and thus far, I haven’t figured out how to make the bars vertical rather than horizontal.

    R provides a programming environment for statistics with some handy graphics packages. For example, you can create a histogram and put it into a PDF file with just a few lines of code:

    result <- read.csv("myTable.csv")
    str(result)     # look at the structure of the resulting data frame
    attach(result)  # make the components of result available as objects
    pdf("myTable.pdf")
    hist(X.TCC)
    plot(X.TCC, MWE, pch="*")
    dev.off()
    

    The drawback is that you need to learn something about the R environment.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Ok, so I have an excel spreadsheet that contains data that I would like
I have an excel spreadsheet which contains addresses. I'm reading the data from the
I have a spreadsheet that I am importing that contains some test data for
I have an Excel Spreadsheet that contains all my data that I need to
I have data in an Excel spreadsheet with values like this: 0.69491375 0.31220394 The
I have an Excel spreadsheet that looks like: spreadsheet http://img186.imageshack.us/img186/6495/exelf.jpg I'd like to convert
I have a web app for commercial property management that needs spreadsheet-like functionality for
I'm using OleDb to select data from excel spreadsheets. Each spreadsheet can contain many
I have a spreadsheet that contains pivot tables, pivot table charts, xml map tables
Background I have a spreadsheet of data that I'm importing into SQL Server 2005.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.