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 6638155
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:24:06+00:00 2026-05-25T23:24:06+00:00

I found that plot on the web. I don`t know which kind of Distribution

  • 0

enter image description here

I found that plot on the web. I don`t know which kind of Distribution yields this. I would like to draw such plot on paper. But get some help from Mathematica if possible :

With this image as example could I obtain the 2D coordinate of each visible bar edges of the plot?

I don`t know if it is purely edge detection of an image from a plot or if we could get this info from the plot itself.

Ideally I would adjust the image size to match my paper size and obtain the coordinates scaled. It would be incredible.

Thank You for your attention.

  • 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-25T23:24:06+00:00Added an answer on May 25, 2026 at 11:24 pm

    @500 If you simply want to draw a plot like this by hand, capture it and bring it into a drawing program as a stencil. Then draw over it on a different layer, while gridlines are on; finally, remove the picture and print it. It’s an easy job to scale it to whatever size you wish. But it you want to explore how Mathematica works with it, read on.


    Looks like you’ll want to be using Histogram3D. (See documentation.)

    Let’s generate normally distributed data points (n= 10k) around means of 40 and 125 with standard deviations of 10 and 50, respectively and a Spearman rho of .45.

    data = RandomVariate[BinormalDistribution[{40, 125}, {10, 50}, .45],  10^4]
    

    You may grab data from FullForm if you like. That will give you the z-values.

    Let’s plot it using Histogram3D. We’ll use bins of width 5 and 25 for x, y, respectively.

    Histogram3D[data2, {{Table[10 + 5 k, {k, 15}]}, {Table[ 0 + 25 k, {k, 0, 12}]}}]
    

    Histogram3D


    Edit:

    When you mouse over a bar, the z-value will appear in a tooltip. So if you want to gather the data “by hand”, you can do it that way. Alternatively, using FullForm you can look for Lists such as the following, which appear to contain the coordinates you are looking for. They appear to be in the List following CuboidBox but they may be the CuboidBox parameters. Someone should be able to clarify this.

    List[Tooltip[
      StatusArea[
      List[RawBoxes[
      DynamicBox[
      List[FEPrivate`If[CurrentValue["MouseOver"], 
        EdgeForm[
         List[RGBColor[0.6666666666666666`, 0.6666666666666666`, 
           0.6666666666666666`], AbsoluteThickness[1.5`]]], List[], 
           List[]], 
           CuboidBox[List[15.`, 0.`, 0.`], List[20.`, 25.`, 10.`]]]]]], 
           10.`], Style[10.`, List[GrayLevel[0]]]]]
    

    You could also use LabelingFunction to display the z-values, but this will not look good unless you are looking perpendicular to the x-y plane, in which case it might be better to use DensityPlot.

    Histogram3D[data2, {{Table[10 + 5 k, {k, 15}]}, 
      {Table[0 + 25 k, {k, 0, 12}]}}, 
      LabelingFunction -> (Placed[Panel[#1, FrameMargins -> 0], Above] &)]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I found that this C++ code: vector<int> a; a.push_back(1); a.push_back(2); vector<int>::iterator it = a.begin();
I found that I can set a tooltip on a QLineEdit as such: equation
I would like to annotate my plots with a filename. With plot() I used
I'm trying to generate a 3D scatter plot using Matplotlib. I would like to
I often plot graphs in gnuplot prompt shell, like this: gunuplot> plot sin(x) with
I'm trying to plot population vs. country name and I found that the Google
I would like to plot two functions f1 and f2 on the same graph.
I found that using matplotlib just to draw a diagram into a file is
I searched for this and found that with {grid} there are ways to rotate
I want to add Core Plot Touch to my project. I found this tutorial:

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.