[Kst] pixel type marker missing in Kst 2.x (as opposed to 1.6/1.7) ?

Daniel Mader Daniel.Mader at tem-innovations.de
Thu Jul 17 08:23:20 UTC 2014


Good morning Barth,

thanks for getting back to me!

As for the feature, in 2.x there are only larger points available now, i.e. complex markers such as squares, circles, and characters, but no 'pixel' marker. This was well available in the 1.x series.

With Python's matplotlib, you'd get this marker style like this.

import matplotlib.pyplot as plt
fig = plt.figure(figsize=(20,20))
ax1 = fig.add_subplot(111)
ax1.grid()
ax1.plot(range(1024), range(1024), ',') # <=== mind the comma!
fig.suptitle('fig title')
ax1.set_title('ax title')
ax1.set_xlabel('xlabel')
ax1.set_ylabel('ylabel')
ax1.set_xlim(left=None, right=None)
ax1.set_ylim(bottom=None, top=None)
ax1.legend(loc='best', numpoints=1)
fig.show()
fig.savefig('test.pdf')

It is incredibly usefull if you need maximum resolution in order to prevent dots from overlapping. In our case, if you test a CCD for dirt or broken pixels and display this on a screen, it is the only way that makes sense...

Any suggestions would be deeply appreciated!


Dr. Daniel Mader
Research & Development
Tem Innovations GmbH
Martin-Kollar-Strasse 13-15
81829 Munich / Germany
Tel: +49 89 45 42 95 53
Email: daniel.mader at tem-innovations.de
Fax: +49 89 45 42 95 22
Web: www.rotem.de

-----Ursprüngliche Nachricht-----
Von: Barth Netterfield [mailto:barth.netterfield at utoronto.ca] 
Gesendet: Mittwoch, 16. Juli 2014 18:50
An: kst at kde.org
Cc: Daniel Mader
Betreff: Re: [Kst] pixel type marker missing in Kst 2.x (as opposed to 1.6/1.7) ?

Strange... lets try again:

Can you describe this feature and how you use it?  It has been a while since 1.x...  

cbn

On July 16, 2014 06:28:57 PM Daniel Mader wrote:

> Hello Barth,
> 
> unfortunately, it seems I can't read your answer. All I get is the
> following:
> 
> 
> An HTML attachment was scrubbed...
> URL:
> <http://mail.kde.org/pipermail/kst/attachments/20140714/48979952/attac
> hment .html> -------------- next part -------------- 
> _______________________________________________
> Kst mailing list
> Kst at kde.org
> https://mail.kde.org/mailman/listinfo/kst
> 
> 
> Am I missing something?
> 
> Thanks in advance,
> Daniel
> 
> 
> _______________________________________________
> Kst mailing list
> Kst at kde.org
> https://mail.kde.org/mailman/listinfo/kst

--
C. Barth Netterfield
416-845-0946

-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.pdf
Type: application/pdf
Size: 18676 bytes
Desc: test.pdf
URL: <http://mail.kde.org/pipermail/kst/attachments/20140717/a30856be/attachment-0002.pdf>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2014-07-17 10_12_17-Kst.png
Type: image/png
Size: 62226 bytes
Desc: 2014-07-17 10_12_17-Kst.png
URL: <http://mail.kde.org/pipermail/kst/attachments/20140717/a30856be/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: testMatplotlib.pdf
Type: application/pdf
Size: 8947 bytes
Desc: testMatplotlib.pdf
URL: <http://mail.kde.org/pipermail/kst/attachments/20140717/a30856be/attachment-0003.pdf>


More information about the Kst mailing list