ChemicalPlot Member List
This is the complete list of members for ChemicalPlot, including all inherited members.
| ChemicalPlot() | ChemicalPlot | |
| ChemicalPlot(const ChemicalSystem &system) | ChemicalPlot | explicit |
| ChemicalPlot(const ReactionSystem &reactions) | ChemicalPlot | explicit |
| frequency(unsigned frequency) -> void | ChemicalPlot | |
| legend(std::string) -> void | ChemicalPlot | |
| name(std::string name) -> void | ChemicalPlot | |
| open() -> void | ChemicalPlot | |
| operator<<(std::string command) -> ChemicalPlot & | ChemicalPlot | |
| operator<<(std::stringstream command) -> ChemicalPlot & | ChemicalPlot | |
| operator==(const ChemicalPlot &other) -> bool | ChemicalPlot | |
| points(std::string label, std::vector< double > xpoints, std::vector< double > ypoints) -> void | ChemicalPlot | |
| points(std::string label, std::string xpoints, std::string ypoints) -> void | ChemicalPlot | |
| showlegend(bool active) -> void | ChemicalPlot | |
| showlegend() const -> bool | ChemicalPlot | |
| title(std::string title) -> void | ChemicalPlot | |
| update(const ChemicalState &state, double t) -> void | ChemicalPlot | |
| x(std::string quantity) -> void | ChemicalPlot | |
| xformat(std::string) -> void | ChemicalPlot | |
| xlabel(std::string) -> void | ChemicalPlot | |
| xlogscale(int base=10) -> void | ChemicalPlot | |
| xtics(std::string) -> void | ChemicalPlot | |
| y(std::string quantity) -> void | ChemicalPlot | |
| y(std::string quantity, std::string label) -> void | ChemicalPlot | |
| yformat(std::string) -> void | ChemicalPlot | |
| ylabel(std::string) -> void | ChemicalPlot | |
| ylogscale(int base=10) -> void | ChemicalPlot | |
| ytics(std::string) -> void | ChemicalPlot | |
| ~ChemicalPlot() | ChemicalPlot | virtual |