dpi_demo Program

Demonstrate DPI support in FortPlot's OO interface Shows how to use DPI parameter with figure initialization and property access


Variables

Type Attributes Name Initial
type(figure_t) :: fig1
type(figure_t) :: fig2
type(figure_t) :: fig3
real(kind=wp), parameter :: pi = 3.14159265358979323846_wp
real(kind=wp) :: x(100)
real(kind=wp) :: y(100)
integer :: i