-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plotstyle() ignores units -- and anything it considers to be one #54
Comments
@dklein-pik: Can we maybe find a solution for that? The NAVIGATE template contains a variable named
fails with:
The reason is that
and the mipArea script is not able to match the color to the variable name. Removing this line would do it, I guess, but I wonder whether there is a reason for the existence of this line… |
Plotting |
But most (all?) of the mip functions convert with |
I did not say it is a good reason. |
Differentiating entities by unit (
"x (y)"
) inplotstyle()
does not work.@johannah-pik
mip/inst/extdata/plotstyle.csv
Lines 631 to 636 in 5a7c1cc
You might want to replace the parentheses with brackets (
Trucks [<3.5t]
) to get that working.Due to code-quirks, these however work
mip/inst/extdata/plotstyle.csv
Lines 661 to 665 in 5a7c1cc
But maybe you want to be consistent and change it there, too.
@dklein-pik: The origin of these got wiped by the move from svn to git
mip/inst/extdata/plotstyle.csv
Lines 331 to 336 in 5a7c1cc
and Anastasis isn't around anymore
mip/inst/extdata/plotstyle.csv
Line 585 in 5a7c1cc
but
plotstyle()
seems to be mostly your thing.Should I clean those up in
./inst/extdata/plotstyle.csv
? I'm working on an improvement toplotstyle()
and would prefer not to carry over legacy edge cases, but issue a warning for entities with units instead.The text was updated successfully, but these errors were encountered: