achim1 / muonic

A python gui for QNet DAQ card experiments
http://achim1.github.io/muonic/
1 stars 9 forks source link

Should Muonic use the matplotlibrc of the user or its own style? #48

Closed hpbretz closed 9 years ago

hpbretz commented 9 years ago

By default, Muonic uses the matlotlibrc available at the system where it is installed for the plot styles. Do we rather want to have a fixed style so that Muonic looks the same on each system (apart from the QT style), or do we leave it like this?

screenshot

hpbretz commented 9 years ago

I think providing our own style has advantages. Most of the muonic installations happen on notebooks delivered to the network, where nobody changes the matplotlibrc. This means standard matplotlib style, which is a bit meh. But I have no strong opinion on this.

hpbretz commented 9 years ago

Btw the screenshot shows Muonic on a system with different matplotlibrc, not the standard one:

screenshot-1

hpbretz commented 9 years ago

This is already covered in issue #31