Skip to content

How to MBW for XYZ plot? #98

Closed Answered by wkpark
miasik asked this question in Q&A
Dec 30, 2023 · 6 comments · 7 replies
Discussion options

You must be logged in to vote

do not input spaces between comma or quotes ","
"0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0","0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0","0.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"

not (_ denote a space)
"0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",_"0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",_"0.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"

csv parser does not accept any space pre/post separator(default separator is ,)

import csv
from io import StringIO

data_str1='"0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0","0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0","0.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,…

Replies: 6 comments 7 replies

Comment options

You must be logged in to vote
5 replies
@miasik
Comment options

@wkpark
Comment options

@miasik
Comment options

@wkpark
Comment options

@wkpark
Comment options

Comment options

You must be logged in to vote
2 replies
@miasik
Comment options

@wkpark
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by miasik
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants