User Activity

  • Posted a comment on discussion plplot-general on PLplot

    I am having trouble linkng fortran using PlPlot 5.13.0. I have a simple test fortran program PlPlotTest.f90: PROGRAM PlPlotTest USE PLPLOT DOUBLE PRECISION xStart,xFinish PRINT *,'FORTRAN : PlPlotTest' xStart = 0.0 xFinish = 8.0 CALL PLSFNAM('PlPlotTest.ps') CALL PLSORI(0) CALL PLSDEV("ps") CALL PLINIT CALL PLLSTY(1) CALL PLENV(xStart, xFinish,-1.5D0, 1.5D0, 0, 2) CALL PLLAB('x', 'y','z') CALL PLJOIN(0.3D0,0.7D0,1.3D0,0.7D0) CALL PLJOIN(0.3D0,0.5D0,1.3D0,0.5D0) CALL PLPTEX(1.35D0, 0.5D0,1.0D0,0.0D0,0.0D0,'Test')...

  • Posted a comment on discussion plplot-general on PLplot

    Not sure how or what you have built. For Windows you may need to link with -mwindows...

View All

Personal Data

Username:
aldebaran27
Joined:
2015-11-04 16:46:47

Projects

  • No projects to display.

Personal Tools