SPF-OST / pytrnsys

Package that provides functionality to run and process, plot and report TRNSYS simulations
https://pytrnsys.readthedocs.io
GNU General Public License v3.0
11 stars 8 forks source link

comparePlot and boxPlot cannot handle strings as x-values anymore #57

Open martin-neugebauer opened 3 years ago

martin-neugebauer commented 3 years ago

boxPlot and comparePlot cannot handle strings as x-values anymore, while this was possible before the refactoring. A list of strings as the x-value should be plotted equally spaced with the strings as the labels (this is how pyplot normally handles this). It looks like the changes made to be able to plot uncertainties inhibit this.

martin-neugebauer commented 1 year ago

To be checked.