Commit ec1340e8 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

rename axes.{h,cc} -> plot_axis.{h,cc}

parent ce82026f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ add_library(signaltk STATIC
    elements/element_spec_parser.cc
    elements/element_tree.cc
    elements/plot/gridlines.cc
    elements/plot/axes.cc
    elements/plot/plot_axis.cc
    elements/plot/plot_domain.cc
    elements/plot/plot_element.cc
    elements/plot/legenddefinition.cc
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * copy of the GNU General Public License along with this program. If not, see
 * <http://www.gnu.org/licenses/>.
 */
#include "axes.h"
#include "plot_axis.h"
#include <assert.h>
#include <elements/plot/plot_element.h>
#include <graphics/text.h>
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
#include "elements/element.h"
#include "elements/element_spec.h"
#include "utils/return_code.h"
#include "axes.h"
#include "plot_axis.h"
#include "plot_domain.h"

namespace signaltk {