Conversation
- Using cubic interpolation and linear interpolation to allow graphing with fewer sample points.
- [BREAKING] Switched `ConsoleOutput::write` to using `std::string_view`. `std::string` should be automatically passed as `std::string_view`.
Signed-off-by: Andy Zhang <z-c-ge@outlook.com>
- Move out conPlot and parameter.hpp definitions to .cpp files - Fix CMakeLists.txt to avoid duplicate builds - Add documentation to conPlot and parameter.hpp
- Fix wrong results for input like -1, 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes #59, and adds the following features
Parameterclass support. Enables calling functions with named arguments.mat2dIt fixes
addandsubtract.The following refactorings are used
Changelog
Add graphing functions
Add legends
Allow interpolation on graphs.
[BREAKING] Fix
constexprerrors.ConsoleOutput::writeto usingstd::string_view.std::stringshould beautomatically passed as
std::string_view.Fixed more constexpr errors
Add
ParametersupportBug fixes to conPlot.
Fix
std::any_casterrors.Add better detection for Windows
Signed-off-by: Andy Zhang z-c-ge@outlook.com
Added documentation and code refactoring
Fix build errors
Refactoring: Test files are grouped by component
Add support for bar plots
Add shading support for simple curves
[Bug: Incorrect result in
addin negative number inputs #59] Fix addition.Fix segmentation fault in subtract.
Fix result issue for adding negative numbers
Add translations for
mat2d