FLTK logo

Multiplot 0.5

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Back To Listings  ]
 
Category:Wiki/Software/Science and EngineeringRating:
Name:MultiplotPopularity:3%
Version:0.5License:GNU Library General Public License
Author:Andre Frank KrauseEMail:post
Created:Jun 09, 2016
Updated:Aug 31, 2016
Home Page:http://www.andre-krause.de/multiplot/index.html (1179 visits)
Download:http://www.andre-krause.de/multiplot/download/multiplot-0.5.zip (733 visits)
Description:

Multiplot is a simple to use scientific plotting tool. It is a single header library: just include multiplot.h and you are ready to go. Axes scale automatically to fit the plot (but can be set to different scaling behaviours)

Example: void main() {
        Multiplot m(10,10,600,300); // new plot window: x,y,w,h
        m.show();
        for(int x=0;x<300;x++)
        {
                m.plot(x, 0.1*x*sin(0.1*x));
                m.redraw();
                m.check();
        } }


Articles

Submit Article | View All ]
ID Title Last Modified Comment(s)  
  1468Multiplot 0.5Aug 31, 20160  
 

Multiplot 0.5: a single header, very easy to use scientific plotting tool.

 
     

Comments

Submit Comment ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.