File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +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.
0 commit comments