From: equilet <2237372+equilet@users.noreply.github.com> Date: Wed, 24 Jan 2024 22:02:43 +0000 (-0800) Subject: reverting back to full graph; red herring X-Git-Tag: v0.1^0 X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;ds=inline;p=morphograph.git reverting back to full graph; red herring --- diff --git a/source/morphograph.cpp b/source/morphograph.cpp index db3462f..236a255 100644 --- a/source/morphograph.cpp +++ b/source/morphograph.cpp @@ -130,7 +130,6 @@ public: void draw_init(){ //any drawing initialization should happen here - if(shape == std::string("linegraph")){ linestr = "<"; //open @@ -416,7 +415,8 @@ public: //draw all elements after calculating relevant data for (unsigned i = 0; i < layers.size(); ++i) { - long vsize = layers[i].desc.energy.size() / 2; + //long vsize = layers[i].desc.energy.size() / 2; + long vsize = layers[i].desc.energy.size(); //j represents the analysis frame //this should be a parameter to thin the data out... @@ -495,7 +495,6 @@ public: switch(get_action_id(x, k)){ case PARAM_ROTATION: { - //unimplemented swrite.set_rotation(curr_feature_datum * 100.0); } break; case PARAM_XSCALE: {