Skip to content

Commit

Permalink
#8 update histogram example folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhangyixue1537 committed Jun 6, 2024
1 parent 586ff03 commit f51e16d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
9 changes: 1 addition & 8 deletions sphinx/source/examples/histogram/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,4 @@ Histogram Charts

Below is a gallery of histogram chart.

- Histogram Chart: plot a histogram chart using a customized normal distribution

```
python3 sphinx/source/examples/line/plot_histogram.py
```


![Histogram Chart](./YZtest_histogram_chart.png)
- RICK Histogram Chart: plot a histogram chart using a customized normal distribution
Binary file not shown.
1 change: 0 additions & 1 deletion sphinx/source/examples/histogram/plot_histogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@
fig, ax = rick.charts.histogram_chart(numbers, ylab = 'hist', xlab = '', xmin=-3, nbin=100)
fig.tight_layout()
plt.show()
plt.savefig("sphinx/source/examples/line/YZtest_histogram_chart.png")

0 comments on commit f51e16d

Please sign in to comment.