Skip to content

Commit c191a5c

Browse files
Clean up histogram code
1 parent 890e6d9 commit c191a5c

File tree

4 files changed

+165
-216
lines changed

4 files changed

+165
-216
lines changed

examples/histogram_example.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ program example
2828
! Plot the data
2929
call pd1%set_bin_count(nbins) ! optional, but must be done prior to define_data is used
3030
call pd1%define_data(x)
31-
call pd1%set_transparency(0.5) ! optional - for illustration purposes
3231
call plt%push(pd1)
3332
call plt%draw()
3433
end program

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,5 @@ set(FPLOT_SOURCES
4242
${dir}/fplot_plot_data_3d.f90
4343
${dir}/fplot_surface_plot_data.f90
4444
${dir}/fplot_stats_plots.f90
45-
${dir}/fplot_plot_histogram.f90
4645
)
4746
set(FPLOT_SOURCES ${FPLOT_SOURCES} PARENT_SCOPE)

0 commit comments

Comments
 (0)