Closed stevengj closed 6 years ago
You probably want to overload Base.show for Element in order to display it in a nicer way.
Base.show
Element
Fixed by https://github.com/rahulkp220/PeriodicTable.jl/pull/4 Credits: @lancebeet
That only added pretty-printing of the table, not of an individual Element.
You probably want to overload
Base.show
forElement
in order to display it in a nicer way.