Julia Programming Language
Y-axis scale in histogram
Specific Domains
Visualization
plots
,
gr
,
statsplots
,
histogram
rafael.guerra
February 20, 2022, 9:44pm
4
In this case:
p = plot(rand(1000), st=:hist) yn = p[1][1][:y] counts = maximum.(yn[1:6:length(yn)])
show post in topic
Related topics
Topic
Replies
Views
Activity
PGFPlotsX.jl - xtick distance/range/count for histograms?
Visualization
pgfplotsx
9
1479
August 23, 2019
Plots: How to create a histogram such that sum of bar heights =1
Visualization
23
23014
August 23, 2017
Log scale in histogram
General Usage
plotting
5
3164
August 3, 2021
Logscale for Y-axes works for gr() but not for pyplot()
New to Julia
0
247
July 30, 2020
histogram2d with logarithmic z-axis?
Visualization
2
954
March 4, 2018