JuliaPhysics / PeriodicTable.jl

Periodic Table for Julians! :fire:
Other
111 stars 26 forks source link

pretty-printing #3

Closed stevengj closed 6 years ago

stevengj commented 6 years ago

You probably want to overload Base.show for Element in order to display it in a nicer way.

rahulkp220 commented 6 years ago

Fixed by https://github.com/rahulkp220/PeriodicTable.jl/pull/4 Credits: @lancebeet

stevengj commented 6 years ago

That only added pretty-printing of the table, not of an individual Element.