+6
-6
lines changedFilter options
+6
-6
lines changed Original file line number Diff line number Diff line change
@@ -59,17 +59,17 @@ namespace matplot {
59
59
60
60
std::string axes_object::unset_variables_string() { return ""; }
61
61
62
-
double axes_object::xmax() { return -10; }
62
+
double axes_object::xmin() { return -10; }
63
63
64
-
double axes_object::xmin() { return +10; }
64
+
double axes_object::xmax() { return +10; }
65
65
66
-
double axes_object::ymax() { return -10; }
66
+
double axes_object::ymin() { return -10; }
67
67
68
-
double axes_object::ymin() { return +10; }
68
+
double axes_object::ymax() { return +10; }
69
69
70
-
double axes_object::zmax() { return -10; }
70
+
double axes_object::zmin() { return -10; }
71
71
72
-
double axes_object::zmin() { return +10; }
72
+
double axes_object::zmax() { return +10; }
73
73
74
74
enum axes_object::axes_category axes_object::axes_category() {
75
75
return axes_category::two_dimensional;
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4