bytebrew / slope

C/Gtk+ data visualization library.
GNU Lesser General Public License v3.0
102 stars 16 forks source link

Sampler pi and month array values #20

Open benswick opened 6 years ago

benswick commented 6 years ago

In slope_sampler_pi_samples_array the last element is { 10.0 * G_PI, "20π" } but the text should be "10π".

Should the last slope_sampler_month_samples_array element for December be "Dec"? Some languages abbreviate it Dez but they also abbreviate other months differently than English. I couldn't find a language that only abbreviates December differently.

elvismt commented 6 years ago

Thanks for openin this issue @benswick. These labels are currently hard coded when they shoud be dynamically generated and localized. Unfortunatelly, I am busy like crazy these days with my PhD thesis :( so I'll probably not gonna touch it for a while. Feel free to modify this code.