plot_constraint violations(..) #223
Replies: 4 comments 3 replies
-
Feel free to improve it in a new PR. |
Beta Was this translation helpful? Give feedback.
-
I still don't like controlling |
Beta Was this translation helpful? Give feedback.
-
Sorry! What I meant was this: I made an PR where I changed the plots, but did not touch the variable h printout. You merged this one. So If I make the change here, I will make a new PR There is a PR pending, not merged, which in addition takes care of the variable h also. Here I'd simply push the changes. |
Beta Was this translation helpful? Give feedback.
-
I think, taken care off. |
Beta Was this translation helpful? Give feedback.
-
I think, you were right, too complicated:
Mabybe better just like this:
The number of axes depends on the number of instance constraints.
If the user gives two axes, the method will tell how many are needed, unless two is correct.
If you plan to merge variable h before you change this, maybe it could be added:
If node_time_interval is a symbol, rather than a float, the times in the instance constraints should be given as
m * node_time_interval, where m is an integer or a float.
Beta Was this translation helpful? Give feedback.
All reactions