List name to String in Mathematica -
Keeping in mind:
daList = range [10]
What I need is the title of the name of the list but trying:
list plot [daList, PlotLabel - & gt; ToString [daList]] does not seem to work
Edit I want the title" Diallist ". Previously my lack of previous accuracy
edit I can not do any solution yet, but I think I separated the problem list name There is a pane argument argument. I believe that the simple version that replicates my problem is such as:
list = {1, 2, 3, 4}; Naming [list_]: = ToString [HoldForm [list]]; Naming [list] one below my "real" code:
sequenceCountPlot [conditionSet_]: = ListPlot [sequenceCountALL [conditionSet], plotOptions [( "DisplayNo looking out filter" & lt;> (ToString [HoldForm [conditionSet]]), "Number of display", "Radius in filter cm", prefCOLORS], PlotRange - & gt; {{, 10}, {0} Max @ (Max / @ Sequence Contret [ConditionSat])}}, Include - & gt; True] The plot option is the function to customize some options (title and color) and to fit the plot with the other, please know that the [plot option] evaluates Together, the results remain the same.
Try this:
ToString [HoldForm @ daList] such as
ListPlot [daList, PlotLabel - & gt; ToString [HoldForm @ daList]]
< / P>
Comments
Post a Comment