Uh oh!
There was an error while loading. Please reload this page.
Add histogram gallery example - #1272
Conversation
seisman
commented
May 13, 2021
Perhaps we should just generate some random data like this one https://matplotlib.org/stable/gallery/statistics/histogram_features.html. |
michaelgrund
commented
May 13, 2021
Of course, would be also fine for me. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
The example looks good to me, but I'm wondering if we should change the parameter FYI, GMT.jl uses Ping @willschlitzer |
Agree with @seisman since |
As discussed in #1272 the alias for Z should be renamed since ``type`` is already used as Python built-in method.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
michaelgrund
left a comment
There was a problem hiding this comment.
Thanks for the comments and suggestions @weiji14.
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
Gallery example of a histogram with red bars on a gray background. Elevation counts are binned at 5m intervals, and the data is generated from a normal distribution with random noise added. Co-authored-by: Dongdong Tian <seisman.info@gmail.com> Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com> Co-authored-by: Will Schlitzer <schlitzer90@gmail.com>
Description of proposed changes
Since histogram is now wrapped in #1072, here's a corresponding gallery example.
Preview at https://pygmt-git-gallery-histogram-gmt.vercel.app/gallery/histograms/histogram.html
I guess we should also add the v3206_06.txt remote file to the cache data, right?This is continuation of work on #563.
Reminders
make formatandmake checkto make sure the code follows the style guide.doc/api/index.rst.Slash Commands
You can write slash commands (
/command) in the first line of a comment to performspecific operations. Supported slash commands are:
/format: automatically format and lint the code/test-gmt-dev: run full tests on the latest GMT development version