könnte man auch leicht für Elektronen erweitern:
\documentclass[pstricks]{standalone}
%\usepackage{pstricks}
\makeatletter
\def\pstSymbols{\pst@object{pstSymbols}}
\def\pstSymbols{\pst@object{pstSymbols}}% geht auch für "schiefe" Linien
\def\pstSymbols@i(#1,#2)(#3,#4)#5{{%
\def\pstSymbols@i(#1,#2)(#3,#4)#5{{% alles lokal halten
\addbefore@par{linestyle=symbol,symbolFont=Symbol,
symbolStep=\dimexpr(#3cm-#1cm)/#5\relax}
\use@par\psline(#1,#2)(#3,#4)}}
\makeatother
\begin{document}
\begin{pspicture}[showgrid=true](0,0)(6,3.25)
\psframe(1,0)(5,2)
\pstSymbols[symbol=305](0,2.5)(6,2.5){9}
\pstSymbols[symbol=305](0,2.5)(6,2.5){9}% oktal 305=197=C5 im Symbol-Zeichemsatz
\pstSymbols[symbol=305](1,1.5)(5,1.5){3}
\pstSymbols[symbol=305](1,0.5)(5,0.5){8}
\end{pspicture}
\end{document}