Skip to content

Units in plots? #266

Answered by Proektsoftbg
spisd asked this question in Q&A
Jan 27, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi! Yes, you can do that in a simple way. For example, you can add a title: "Beam deflections d, mm" or label: "d, mm".
Check this discussion about how to add attributes to a plot: #150

You can also specify the units you want to calculate the function d(x), like this:

d(x) = .... |mm

If you want to define d in mm, but plot it in m, just convert inside the plot function:

$Plot{d(x)*m/mm @ x = 0m : L}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@spisd
Comment options

Answer selected by spisd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants