我在使用Fortran语言,涉及到数据可视化,这方面的绘图库有Dislin、Muesli、Plplot等,我选择开源的Plplot绘图库。 Fortran有个难搞的问题,它的头文件(类似C语言的概念)是.mod文件,在不同的软件厂商的编译器及其版本之间是不兼容的,C语言的头文件是文本文件,而.mod应该是某种二进制和文本文件的组合。
gfortran是GNU编译器套件(GCC)中的Fortran编译器。它是一种开源的编译器,用于编译和运行Fortran程序。下面是关于使用gfortran编译plplot的一些完善且全面的答案: 概念: gfortran是一种Fortran编译器,用于将Fortran源代码转换为可执行文件。它是GNU编译器套件(GCC)的一部分,支持多种Fortran语言标准,包括Fortran 77、Fortran...
多种输出格式:PLplot 支持在各种设备和文件格式上进行绘制,包括窗口显示、PNG、JPEG、PDF、SVG 等。 支持多种编程语言:PLplot 提供了多种编程语言的接口,包括 C、C++、Python、Java、Fortran 等,让用户可以选择最合适的语言进行绘图。 跨平台:PLplot 可以在多种操作系统上运行,包括 Windows、Linux、macOS 等。 Un...
call pllab('X','Y','Test 1D plot') call plpoin(x,y,9) call plline(x,y) y=x**3 call plpoin(x,y,9) call plline(x,y) call plend() end program testplplot2d 我在尝试编译程序时使用了以下命令: gfortran -I/usr/lib/fortran/modules/plplot testplot2d.f90 -o testplot2d 但是我...
Fortran Provide a binary distribution for PLplot on Windows, even if only ad hoc and limited to Fortran plottingplplotplplot-bindings UpdatedSep 7, 2018 Fortran This is an interface layer to the several PDL::Graphics modules out there. It is intended to become part of the PDL core. ...
While it is possible that the output from easy_plplot may be considered as publication quality, no assertion is made along those lines. This software has been written in the hope that it will be useful, especially for students in numerical analysis courses based on Fortran....
我已经安装了以下包(在Xubuntu 18.04上) sudo apt install gfortran libplplot15 libplplot-dev libplplotfortran0plplot-driver-cairo当我运行命令locateplplot时,我得到了以下相关行(以及其他行) /usr/lib/x86_64-linux-gnu/pkgconfig/plplot-fortran.pc /usr/lib ...
Close PLplot library call plendend program x00f95开始编译前,配置工程的project/properity,项目>属性,将fortran libraries>Runtime library中的设置修改成 mutithread 进入linker >general如下的界面:在additional library directories 中添加D:\plplot\plplot_vs\dll\Debug 按到linker下的input...
libplplotfortran0 Scientific plotting library (fortran bindings) libplplotqt2 Scientific plotting library (Qt bindings) libplplotwxwidgets1 Scientific plotting library (wxWidgets bindings) libqsastime-dev Time format conversion library (development files) ...
How are we doing? Please help us improve Stack Overflow.Take our short survey Teams Now available on Stack Overflow for Teams!AI features where you work: search, IDE, and chat. Learn more Explore Teams usershotnewsynonyms Hot answers taggedplplot ...