Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create a ranking chart
ResourceFunction["RankChart"][{list1,list2.…}] makes a chart of the transition of the ranking lists list1,list2.… . |
"Names" | "Names"name of each element of a listi"BottomTicks"ticks of the bottom of a chart"Colors"Automaticcolor of each line. list them in order from first to last in the final ranking"PointSize"0.04point size"Thickness"0.02thickness of a line | name of each element of a listi |
"BottomTicks" | ticks of the bottom of a chart | |
"Colors" | Automatic | color of each line. list them in order from first to last in the final ranking |
"PointSize" | 0.04 | point size |
"Thickness" | 0.02 | thickness of a line |
Show a ranking chart:
In[1]:= |
Out[2]= |
Show a ranking chart of permutations:
In[3]:= |
Out[3]= |
Ties are allowed in rankings:
In[4]:= |
Out[4]= |
Add labels to a ranking chart:
In[5]:= |
Out[6]= |
Color with specified colors:
In[7]:= |
Out[8]= |
Specify the point size and the thickness:
In[9]:= |
Out[10]= |
The 2021 FIA F1 Driver Standings. Specify options, FrameLabel and ImageSize that can be specified in ListPlot:
In[11]:= |
Out[7]= |
This work is licensed under a Creative Commons Attribution 4.0 International License