fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
data_to_screen_coords
Subroutine
7 statements
Source File
fortplot_animation_rendering.f90
fortplot_animation_rendering
data_to_screen_coords
Contents
public subroutine data_to_screen_coords(fig, x_data, y_data, x_screen, y_screen)
Arguments
Type
Intent
Optional
Attributes
Name
type(
figure_t
),
intent(in)
::
fig
real(kind=wp),
intent(in)
::
x_data
real(kind=wp),
intent(in)
::
y_data
real(kind=wp),
intent(out)
::
x_screen
real(kind=wp),
intent(out)
::
y_screen