numerics 0.1.0
Loading...
Searching...
No Matches
plot.hpp File Reference

Matplotlib-style plotting via a gnuplot pipe. More...

#include <cstdio>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

struct  num::Series
 
class  num::Gnuplot
 

Namespaces

namespace  num
 
namespace  num::plt
 
namespace  num::plt::detail
 

Typedefs

using num::Point = std::pair< double, double >
 

Functions

void num::apply_siam_style (Gnuplot &gp)
 Apply SIAM-style theme to a raw Gnuplot pipe.
 
void num::set_loglog (Gnuplot &gp)
 
void num::set_logx (Gnuplot &gp)
 
void num::save_png (Gnuplot &gp, const std::string &filename, int w=900, int h=600)
 

Detailed Description

Matplotlib-style plotting via a gnuplot pipe.

Definition in file plot.hpp.