Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating figure 4.pdf does not work properly. #9

Open
fbnrst opened this issue Apr 3, 2019 · 0 comments
Open

Creating figure 4.pdf does not work properly. #9

fbnrst opened this issue Apr 3, 2019 · 0 comments

Comments

@fbnrst
Copy link
Owner

fbnrst commented Apr 3, 2019

I tried to run paper_plots.ipynb. When executing the last cell, I get the following output:

['/minuit_full_newT_s100_GF095_m5', '/minuit_full_newT_s5_GF095_m5', '/minuit_full_t001_15_s100_GF095_m100', '/minuit_full_t001_15_s5_GF095_m5']
Tc not found
r not found
ss not found
sc not found
GFf not found
Tc not found
r not found
ss not found
sc not found
GFf not found

/home/fabrost/pksCloud/projects/continuous_labelling_assays/source/clapy/clapy.py:258: UserWarning: DataFrame has more than 2 dimension. Average is plotted
  warnings.warn("DataFrame has more than 2 dimension. Average is plotted")

---------------------------------------------------------------------------
ValueError                                Traceback (most recent call last)
<ipython-input-10-bed3945ea5bc> in <module>
    210 cbar = plt.colorbar(im,ax=ax_12)
    211 tl = cbar.ax.get_yticklabels()
--> 212 tl = [float(i.get_text()[1:-1]) for i in tl]
    213 cbar.ax.set_yticklabels(['{:2.0f}'.format( (i-1)*100 )+"\%" for i in tl])
    214 

<ipython-input-10-bed3945ea5bc> in <listcomp>(.0)
    210 cbar = plt.colorbar(im,ax=ax_12)
    211 tl = cbar.ax.get_yticklabels()
--> 212 tl = [float(i.get_text()[1:-1]) for i in tl]
    213 cbar.ax.set_yticklabels(['{:2.0f}'.format( (i-1)*100 )+"\%" for i in tl])
    214 

ValueError: could not convert string to float: 

And one of the plots is missing:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant