Timeline for How can I mark each of several plots with a parameter that identifies it?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 7, 2012 at 5:23 | comment | added | J. M.'s missing motivation | StringForm[] would also be convenient to use here... | |
| Oct 31, 2012 at 15:32 | comment | added | kglr | .. or Text["r = " <> ToString[r], {#, i[r, #]}]. | |
| Oct 31, 2012 at 15:19 | comment | added | kglr | @Peeter, try Text[Row[{"R = ", r}], {#, i[r, #]}]. | |
| Oct 31, 2012 at 13:14 | comment | added | Peeter Joot | Excellent. That's much more like what I was thinking. If I try modifying the text to Text[ "R = " r, ... then strangely it displays as "0.1 R =", "0.3 R =", ... ? Is there a way to concatonate multiple text objects at the location specified by one? | |
| Oct 31, 2012 at 9:03 | history | answered | kglr | CC BY-SA 3.0 |